Html Css Color HEX #D0C38D Winter Hazel

📋 copy color: '#D0C38D'

red 208 ◦ green 195 ◦ blue 141

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

Shades of Winter Hazel #D0C38D

Tints of Winter Hazel #D0C38D

RGB

 RED value IS 208 (81.64% from 255) = 38.24%

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

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

R = 38.24%
G = 35.85%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0C38D (or 0xD0C38D) is known color: Winter Hazel. HEX triplet: D0, C3 and 8D. RGB value is (208,195,141). Sum of RGB (Red+Green+Blue) = 208+195+141=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C38D is #2F3C72. Grayscale: #C0C0C0. Windows color (decimal): -3095667 or 9290704. OLE color: 9290704.

HSL color Cylindrical-coordinate representation of color #D0C38D: hue angle of 48.36º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0C38D is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 195 141 -
CMYK 0 0.06 0.32 0.18
HSL 48.36º 0.42% 0.68% -
HSV(B) 48.36º 0.32% 0.82% -
XYZ 50.34 54.36 33.04 -
YUV 192.73 98.81 138.89 -
System Red Green Blue C M Y K H S L
Decimal 208 195 141 0 0.06 0.32 0.18 48.36 0.42 0.68
Hex D0 C3 8D 0 6 20 12 30 2A 44
Octal 320 303 215 0 6 40 22 60 52 104
Binary 11010000 11000011 10001101 0 110 100000 10010 110000 101010 1000100

Color Harmonies of #D0C38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C38D

Black with #D0C38D

Text Example


Text Example

White with #D0C38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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