Html Css Color HEX #D0CA7D Winter Hazel

📋 copy color: '#D0CA7D'

red 208 ◦ green 202 ◦ blue 125

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

Shades of Winter Hazel #D0CA7D

Tints of Winter Hazel #D0CA7D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.76%

 BLUE value IS 125 (49.22% from 255) = 23.36%

R = 38.88%
G = 37.76%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0CA7D (or 0xD0CA7D) is known color: Winter Hazel. HEX triplet: D0, CA and 7D. RGB value is (208,202,125). Sum of RGB (Red+Green+Blue) = 208+202+125=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CA7D is #2F3582. Grayscale: #C3C3C3. Windows color (decimal): -3093891 or 8243920. OLE color: 8243920.

HSL color Cylindrical-coordinate representation of color #D0CA7D: hue angle of 55.66º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0CA7D is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 202 125 -
CMYK 0 0.03 0.40 0.18
HSL 55.66º 0.47% 0.65% -
HSV(B) 55.66º 0.4% 0.82% -
XYZ 50.83 57.13 27.75 -
YUV 195.02 88.49 137.26 -
System Red Green Blue C M Y K H S L
Decimal 208 202 125 0 0.03 0.40 0.18 55.66 0.47 0.65
Hex D0 CA 7D 0 3 28 12 38 2F 41
Octal 320 312 175 0 3 50 22 70 57 101
Binary 11010000 11001010 1111101 0 11 101000 10010 111000 101111 1000001

Color Harmonies of #D0CA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CA7D

Black with #D0CA7D

Text Example


Text Example

White with #D0CA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CA7D; }

 p { color: rgb(208,202,125); }

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

background-color css

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

 a { background-color: rgb(208,202,125); }

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

border-color css

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

 span { border-color: rgb(208,202,125); }

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