Html Css Color HEX #CFC774 Winter Hazel

📋 copy color: '#CFC774'

red 207 ◦ green 199 ◦ blue 116

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

Shades of Winter Hazel #CFC774

Tints of Winter Hazel #CFC774

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.12%

 BLUE value IS 116 (45.7% from 255) = 22.22%

R = 39.66%
G = 38.12%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFC774 (or 0xCFC774) is known color: Winter Hazel. HEX triplet: CF, C7 and 74. RGB value is (207,199,116). Sum of RGB (Red+Green+Blue) = 207+199+116=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 116 (45.70% from 255 or 22.22% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC774 is #30388B. Grayscale: #C0C0C0. Windows color (decimal): -3160204 or 7653327. OLE color: 7653327.

HSL color Cylindrical-coordinate representation of color #CFC774: hue angle of 54.73º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFC774 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 199 116 -
CMYK 0 0.04 0.44 0.19
HSL 54.73º 0.49% 0.63% -
HSV(B) 54.73º 0.44% 0.81% -
XYZ 49.31 55.37 24.61 -
YUV 191.93 85.15 138.75 -
System Red Green Blue C M Y K H S L
Decimal 207 199 116 0 0.04 0.44 0.19 54.73 0.49 0.63
Hex CF C7 74 0 4 2C 13 37 31 3F
Octal 317 307 164 0 4 54 23 67 61 77
Binary 11001111 11000111 1110100 0 100 101100 10011 110111 110001 111111

Color Harmonies of #CFC774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC774

Black with #CFC774

Text Example


Text Example

White with #CFC774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC774; }

 p { color: rgb(207,199,116); }

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

background-color css

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

 a { background-color: rgb(207,199,116); }

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

border-color css

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

 span { border-color: rgb(207,199,116); }

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