Html Css Color HEX #D5C68D Winter Hazel

📋 copy color: '#D5C68D'

red 213 ◦ green 198 ◦ blue 141

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

Shades of Winter Hazel #D5C68D

Tints of Winter Hazel #D5C68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.54%

R = 38.59%
G = 35.87%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5C68D (or 0xD5C68D) is known color: Winter Hazel. HEX triplet: D5, C6 and 8D. RGB value is (213,198,141). Sum of RGB (Red+Green+Blue) = 213+198+141=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C68D is #2A3972. Grayscale: #C4C4C4. Windows color (decimal): -2767219 or 9291477. OLE color: 9291477.

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

Color convert

RGB 213 198 141 -
CMYK 0 0.07 0.34 0.16
HSL 47.5º 0.46% 0.69% -
HSV(B) 47.5º 0.34% 0.84% -
XYZ 52.44 56.46 33.33 -
YUV 195.99 96.97 140.13 -
System Red Green Blue C M Y K H S L
Decimal 213 198 141 0 0.07 0.34 0.16 47.5 0.46 0.69
Hex D5 C6 8D 0 7 22 10 30 2E 45
Octal 325 306 215 0 7 42 20 60 56 105
Binary 11010101 11000110 10001101 0 111 100010 10000 110000 101110 1000101

Color Harmonies of #D5C68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C68D

Black with #D5C68D

Text Example


Text Example

White with #D5C68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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