Html Css Color HEX #D5C67B Winter Hazel

📋 copy color: '#D5C67B'

red 213 ◦ green 198 ◦ blue 123

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

Shades of Winter Hazel #D5C67B

Tints of Winter Hazel #D5C67B

RGB

 RED value IS 213 (83.59% from 255) = 39.89%

 GREEN value IS 198 (77.73% from 255) = 37.08%

 BLUE value IS 123 (48.44% from 255) = 23.03%

R = 39.89%
G = 37.08%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5C67B (or 0xD5C67B) is known color: Winter Hazel. HEX triplet: D5, C6 and 7B. RGB value is (213,198,123). Sum of RGB (Red+Green+Blue) = 213+198+123=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C67B is #2A3984. Grayscale: #C2C2C2. Windows color (decimal): -2767237 or 8111829. OLE color: 8111829.

HSL color Cylindrical-coordinate representation of color #D5C67B: hue angle of 50º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5C67B is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 198 123 -
CMYK 0 0.07 0.42 0.16
HSL 50º 0.52% 0.66% -
HSV(B) 50º 0.42% 0.84% -
XYZ 51.21 55.96 26.84 -
YUV 193.94 87.97 141.6 -
System Red Green Blue C M Y K H S L
Decimal 213 198 123 0 0.07 0.42 0.16 50 0.52 0.66
Hex D5 C6 7B 0 7 2A 10 32 34 42
Octal 325 306 173 0 7 52 20 62 64 102
Binary 11010101 11000110 1111011 0 111 101010 10000 110010 110100 1000010

Color Harmonies of #D5C67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C67B

Black with #D5C67B

Text Example


Text Example

White with #D5C67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C67B; }

 p { color: rgb(213,198,123); }

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

background-color css

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

 a { background-color: rgb(213,198,123); }

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

border-color css

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

 span { border-color: rgb(213,198,123); }

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