Html Css Color HEX #CDBF74 Winter Hazel

📋 copy color: '#CDBF74'

red 205 ◦ green 191 ◦ blue 116

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

Shades of Winter Hazel #CDBF74

Tints of Winter Hazel #CDBF74

RGB

 RED value IS 205 (80.47% from 255) = 40.04%

 GREEN value IS 191 (75% from 255) = 37.3%

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

R = 40.04%
G = 37.3%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CDBF74 (or 0xCDBF74) is known color: Winter Hazel. HEX triplet: CD, BF and 74. RGB value is (205,191,116). Sum of RGB (Red+Green+Blue) = 205+191+116=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBF74 is #32408B. Grayscale: #BABABA. Windows color (decimal): -3293324 or 7651277. OLE color: 7651277.

HSL color Cylindrical-coordinate representation of color #CDBF74: hue angle of 50.56º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDBF74 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 191 116 -
CMYK 0 0.07 0.43 0.20
HSL 50.56º 0.47% 0.63% -
HSV(B) 50.56º 0.43% 0.8% -
XYZ 46.96 51.5 23.99 -
YUV 186.64 88.14 141.1 -
System Red Green Blue C M Y K H S L
Decimal 205 191 116 0 0.07 0.43 0.20 50.56 0.47 0.63
Hex CD BF 74 0 7 2B 14 33 2F 3F
Octal 315 277 164 0 7 53 24 63 57 77
Binary 11001101 10111111 1110100 0 111 101011 10100 110011 101111 111111

Color Harmonies of #CDBF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBF74

Black with #CDBF74

Text Example


Text Example

White with #CDBF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBF74; }

 p { color: rgb(205,191,116); }

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

background-color css

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

 a { background-color: rgb(205,191,116); }

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

border-color css

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

 span { border-color: rgb(205,191,116); }

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