Html Css Color HEX #CFD66C Goldenrod

📋 copy color: '#CFD66C'

red 207 ◦ green 214 ◦ blue 108

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

Shades of Goldenrod #CFD66C

Tints of Goldenrod #CFD66C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.45%

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

R = 39.13%
G = 40.45%
B = 20.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#CFD66C (or 0xCFD66C) is known color: Goldenrod. HEX triplet: CF, D6 and 6C. RGB value is (207,214,108). Sum of RGB (Red+Green+Blue) = 207+214+108=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD66C is #302993. Grayscale: #C8C8C8. Windows color (decimal): -3156372 or 7132879. OLE color: 7132879.

HSL color Cylindrical-coordinate representation of color #CFD66C: hue angle of 63.96º degrees, saturation: 0.56, 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 #CFD66C is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 214 108 -
CMYK 0.03 0 0.50 0.16
HSL 63.96º 0.56% 0.63% -
HSV(B) 63.96º 0.5% 0.84% -
XYZ 52.49 62.44 23.47 -
YUV 199.82 76.18 133.12 -
System Red Green Blue C M Y K H S L
Decimal 207 214 108 0.03 0 0.50 0.16 63.96 0.56 0.63
Hex CF D6 6C 3 0 32 10 40 38 3F
Octal 317 326 154 3 0 62 20 100 70 77
Binary 11001111 11010110 1101100 11 0 110010 10000 1000000 111000 111111

Color Harmonies of #CFD66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD66C

Black with #CFD66C

Text Example


Text Example

White with #CFD66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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