Html Css Color HEX #D3C27D Winter Hazel

📋 copy color: '#D3C27D'

red 211 ◦ green 194 ◦ blue 125

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

Shades of Winter Hazel #D3C27D

Tints of Winter Hazel #D3C27D

RGB

 RED value IS 211 (82.81% from 255) = 39.81%

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

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

R = 39.81%
G = 36.6%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3C27D (or 0xD3C27D) is known color: Winter Hazel. HEX triplet: D3, C2 and 7D. RGB value is (211,194,125). Sum of RGB (Red+Green+Blue) = 211+194+125=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C27D is #2C3D82. Grayscale: #BFBFBF. Windows color (decimal): -2899331 or 8241875. OLE color: 8241875.

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

Color convert

RGB 211 194 125 -
CMYK 0 0.08 0.41 0.17
HSL 48.14º 0.49% 0.66% -
HSV(B) 48.14º 0.41% 0.83% -
XYZ 49.86 53.91 27.18 -
YUV 191.22 90.63 142.11 -
System Red Green Blue C M Y K H S L
Decimal 211 194 125 0 0.08 0.41 0.17 48.14 0.49 0.66
Hex D3 C2 7D 0 8 29 11 30 31 42
Octal 323 302 175 0 10 51 21 60 61 102
Binary 11010011 11000010 1111101 0 1000 101001 10001 110000 110001 1000010

Color Harmonies of #D3C27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C27D

Black with #D3C27D

Text Example


Text Example

White with #D3C27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C27D; }

 p { color: rgb(211,194,125); }

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

background-color css

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

 a { background-color: rgb(211,194,125); }

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

border-color css

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

 span { border-color: rgb(211,194,125); }

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