Html Css Color HEX #CFD76C Goldenrod

📋 copy color: '#CFD76C'

red 207 ◦ green 215 ◦ blue 108

#CFD76C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #CFD76C

Tints of Goldenrod #CFD76C

RGB

 RED value IS 207 (81.25% from 255) = 39.06%

 GREEN value IS 215 (84.38% from 255) = 40.57%

 BLUE value IS 108 (42.58% from 255) = 20.38%

R = 39.06%
G = 40.57%
B = 20.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFD76C (or 0xCFD76C) is known color: Goldenrod. HEX triplet: CF, D7 and 6C. RGB value is (207,215,108). Sum of RGB (Red+Green+Blue) = 207+215+108=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD76C is #302893. Grayscale: #C8C8C8. Windows color (decimal): -3156116 or 7133135. OLE color: 7133135.

HSL color Cylindrical-coordinate representation of color #CFD76C: hue angle of 64.49º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFD76C is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 215 108 -
CMYK 0.04 0 0.50 0.16
HSL 64.49º 0.57% 0.63% -
HSV(B) 64.49º 0.5% 0.84% -
XYZ 52.74 62.95 23.56 -
YUV 200.41 75.85 132.7 -
System Red Green Blue C M Y K H S L
Decimal 207 215 108 0.04 0 0.50 0.16 64.49 0.57 0.63
Hex CF D7 6C 4 0 32 10 40 39 3F
Octal 317 327 154 4 0 62 20 100 71 77
Binary 11001111 11010111 1101100 100 0 110010 10000 1000000 111001 111111

Color Harmonies of #CFD76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD76C

Black with #CFD76C

Text Example


Text Example

White with #CFD76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD76C; }

 p { color: rgb(207,215,108); }

 H1.HeaderClassName
 {
   color: #CFD76C;
 }
 .AnyTagClassName
 {
   color: #CFD76C;
 }
</style>

background-color css

<style>
 a { background-color: #CFD76C; }

 a { background-color: rgb(207,215,108); }

 div.DivClassName
 {
   background-color: #CFD76C;
 }
 .BgClassName
 {
   background-color: #CFD76C;
 }
</style>

border-color css

<style>
 span { border-color: #CFD76C; }

 span { border-color: rgb(207,215,108); }

 td.TdClassName
 {
   border-color: #CFD76C;
 }
 .TagClassName
 {
   border-color: #CFD76C;
 }
</style>