Html Css Color HEX #D4C38D Winter Hazel

📋 copy color: '#D4C38D'

red 212 ◦ green 195 ◦ blue 141

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

Shades of Winter Hazel #D4C38D

Tints of Winter Hazel #D4C38D

RGB

 RED value IS 212 (83.2% from 255) = 38.69%

 GREEN value IS 195 (76.56% from 255) = 35.58%

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

R = 38.69%
G = 35.58%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4C38D (or 0xD4C38D) is known color: Winter Hazel. HEX triplet: D4, C3 and 8D. RGB value is (212,195,141). Sum of RGB (Red+Green+Blue) = 212+195+141=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C38D is #2B3C72. Grayscale: #C2C2C2. Windows color (decimal): -2833523 or 9290708. OLE color: 9290708.

HSL color Cylindrical-coordinate representation of color #D4C38D: hue angle of 45.63º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4C38D is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 195 141 -
CMYK 0 0.08 0.33 0.17
HSL 45.63º 0.45% 0.69% -
HSV(B) 45.63º 0.33% 0.83% -
XYZ 51.47 54.95 33.09 -
YUV 193.93 98.13 140.89 -
System Red Green Blue C M Y K H S L
Decimal 212 195 141 0 0.08 0.33 0.17 45.63 0.45 0.69
Hex D4 C3 8D 0 8 21 11 2E 2D 45
Octal 324 303 215 0 10 41 21 56 55 105
Binary 11010100 11000011 10001101 0 1000 100001 10001 101110 101101 1000101

Color Harmonies of #D4C38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C38D

Black with #D4C38D

Text Example


Text Example

White with #D4C38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C38D; }

 p { color: rgb(212,195,141); }

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

background-color css

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

 a { background-color: rgb(212,195,141); }

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

border-color css

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

 span { border-color: rgb(212,195,141); }

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