Html Css Color HEX #CFD96C Goldenrod

📋 copy color: '#CFD96C'

red 207 ◦ green 217 ◦ blue 108

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

Shades of Goldenrod #CFD96C

Tints of Goldenrod #CFD96C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.79%

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

R = 38.91%
G = 40.79%
B = 20.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#CFD96C (or 0xCFD96C) is known color: Goldenrod. HEX triplet: CF, D9 and 6C. RGB value is (207,217,108). Sum of RGB (Red+Green+Blue) = 207+217+108=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 108 (42.58% from 255 or 20.30% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD96C is #302693. Grayscale: #CACACA. Windows color (decimal): -3155604 or 7133647. OLE color: 7133647.

HSL color Cylindrical-coordinate representation of color #CFD96C: hue angle of 65.5º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFD96C is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 217 108 -
CMYK 0.05 0 0.50 0.15
HSL 65.5º 0.59% 0.64% -
HSV(B) 65.5º 0.5% 0.85% -
XYZ 53.25 63.97 23.73 -
YUV 201.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 207 217 108 0.05 0 0.50 0.15 65.5 0.59 0.64
Hex CF D9 6C 5 0 32 F 42 3B 40
Octal 317 331 154 5 0 62 17 102 73 100
Binary 11001111 11011001 1101100 101 0 110010 1111 1000010 111011 1000000

Color Harmonies of #CFD96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD96C

Black with #CFD96C

Text Example


Text Example

White with #CFD96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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