Html Css Color HEX #D5C68B Winter Hazel

📋 copy color: '#D5C68B'

red 213 ◦ green 198 ◦ blue 139

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

Shades of Winter Hazel #D5C68B

Tints of Winter Hazel #D5C68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.27%

R = 38.73%
G = 36%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5C68B (or 0xD5C68B) is known color: Winter Hazel. HEX triplet: D5, C6 and 8B. RGB value is (213,198,139). Sum of RGB (Red+Green+Blue) = 213+198+139=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 139 (54.69% from 255 or 25.27% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C68B is #2A3974. Grayscale: #C4C4C4. Windows color (decimal): -2767221 or 9160405. OLE color: 9160405.

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

Color convert

RGB 213 198 139 -
CMYK 0 0.07 0.35 0.16
HSL 47.84º 0.47% 0.69% -
HSV(B) 47.84º 0.35% 0.84% -
XYZ 52.29 56.4 32.56 -
YUV 195.76 95.97 140.3 -
System Red Green Blue C M Y K H S L
Decimal 213 198 139 0 0.07 0.35 0.16 47.84 0.47 0.69
Hex D5 C6 8B 0 7 23 10 30 2F 45
Octal 325 306 213 0 7 43 20 60 57 105
Binary 11010101 11000110 10001011 0 111 100011 10000 110000 101111 1000101

Color Harmonies of #D5C68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C68B

Black with #D5C68B

Text Example


Text Example

White with #D5C68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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