Html Css Color HEX #D0C27F Winter Hazel

📋 copy color: '#D0C27F'

red 208 ◦ green 194 ◦ blue 127

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

Shades of Winter Hazel #D0C27F

Tints of Winter Hazel #D0C27F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.67%

 BLUE value IS 127 (50% from 255) = 24.01%

R = 39.32%
G = 36.67%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0C27F (or 0xD0C27F) is known color: Winter Hazel. HEX triplet: D0, C2 and 7F. RGB value is (208,194,127). Sum of RGB (Red+Green+Blue) = 208+194+127=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C27F is #2F3D80. Grayscale: #BEBEBE. Windows color (decimal): -3095937 or 8372944. OLE color: 8372944.

HSL color Cylindrical-coordinate representation of color #D0C27F: hue angle of 49.63º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0C27F is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 194 127 -
CMYK 0 0.07 0.39 0.18
HSL 49.63º 0.46% 0.66% -
HSV(B) 49.63º 0.39% 0.82% -
XYZ 49.13 53.53 27.82 -
YUV 190.55 92.14 140.45 -
System Red Green Blue C M Y K H S L
Decimal 208 194 127 0 0.07 0.39 0.18 49.63 0.46 0.66
Hex D0 C2 7F 0 7 27 12 32 2E 42
Octal 320 302 177 0 7 47 22 62 56 102
Binary 11010000 11000010 1111111 0 111 100111 10010 110010 101110 1000010

Color Harmonies of #D0C27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C27F

Black with #D0C27F

Text Example


Text Example

White with #D0C27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C27F; }

 p { color: rgb(208,194,127); }

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

background-color css

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

 a { background-color: rgb(208,194,127); }

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

border-color css

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

 span { border-color: rgb(208,194,127); }

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