Html Css Color HEX #CFD66A Goldenrod

📋 copy color: '#CFD66A'

red 207 ◦ green 214 ◦ blue 106

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

Shades of Goldenrod #CFD66A

Tints of Goldenrod #CFD66A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.11%

R = 39.28%
G = 40.61%
B = 20.11%

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

#CFD66A (or 0xCFD66A) is known color: Goldenrod. HEX triplet: CF, D6 and 6A. RGB value is (207,214,106). Sum of RGB (Red+Green+Blue) = 207+214+106=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD66A is #302995. Grayscale: #C8C8C8. Windows color (decimal): -3156374 or 7001807. OLE color: 7001807.

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

Color convert

RGB 207 214 106 -
CMYK 0.03 0 0.50 0.16
HSL 63.89º 0.57% 0.63% -
HSV(B) 63.89º 0.5% 0.84% -
XYZ 52.38 62.4 22.92 -
YUV 199.6 75.18 133.28 -
System Red Green Blue C M Y K H S L
Decimal 207 214 106 0.03 0 0.50 0.16 63.89 0.57 0.63
Hex CF D6 6A 3 0 32 10 40 39 3F
Octal 317 326 152 3 0 62 20 100 71 77
Binary 11001111 11010110 1101010 11 0 110010 10000 1000000 111001 111111

Color Harmonies of #CFD66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD66A

Black with #CFD66A

Text Example


Text Example

White with #CFD66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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