Html Css Color HEX #CFD766 Goldenrod

📋 copy color: '#CFD766'

red 207 ◦ green 215 ◦ blue 102

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

Shades of Goldenrod #CFD766

Tints of Goldenrod #CFD766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.47%

R = 39.5%
G = 41.03%
B = 19.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#CFD766 (or 0xCFD766) is known color: Goldenrod. HEX triplet: CF, D7 and 66. RGB value is (207,215,102). Sum of RGB (Red+Green+Blue) = 207+215+102=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD766 is #302899. Grayscale: #C8C8C8. Windows color (decimal): -3156122 or 6739919. OLE color: 6739919.

HSL color Cylindrical-coordinate representation of color #CFD766: hue angle of 64.25º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFD766 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 215 102 -
CMYK 0.04 0 0.53 0.16
HSL 64.25º 0.59% 0.62% -
HSV(B) 64.25º 0.53% 0.84% -
XYZ 52.43 62.83 21.93 -
YUV 199.73 72.85 133.19 -
System Red Green Blue C M Y K H S L
Decimal 207 215 102 0.04 0 0.53 0.16 64.25 0.59 0.62
Hex CF D7 66 4 0 35 10 40 3B 3E
Octal 317 327 146 4 0 65 20 100 73 76
Binary 11001111 11010111 1100110 100 0 110101 10000 1000000 111011 111110

Color Harmonies of #CFD766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD766

Black with #CFD766

Text Example


Text Example

White with #CFD766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD766; }

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

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

background-color css

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

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

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

border-color css

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

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

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