Html Css Color HEX #D0C68B Winter Hazel

📋 copy color: '#D0C68B'

red 208 ◦ green 198 ◦ blue 139

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

Shades of Winter Hazel #D0C68B

Tints of Winter Hazel #D0C68B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.33%

 BLUE value IS 139 (54.69% from 255) = 25.5%

R = 38.17%
G = 36.33%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0C68B (or 0xD0C68B) is known color: Winter Hazel. HEX triplet: D0, C6 and 8B. RGB value is (208,198,139). Sum of RGB (Red+Green+Blue) = 208+198+139=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C68B is #2F3974. Grayscale: #C2C2C2. Windows color (decimal): -3094901 or 9160400. OLE color: 9160400.

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

Color convert

RGB 208 198 139 -
CMYK 0 0.05 0.33 0.18
HSL 51.3º 0.42% 0.68% -
HSV(B) 51.3º 0.33% 0.82% -
XYZ 50.87 55.66 32.49 -
YUV 194.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 208 198 139 0 0.05 0.33 0.18 51.3 0.42 0.68
Hex D0 C6 8B 0 5 21 12 33 2A 44
Octal 320 306 213 0 5 41 22 63 52 104
Binary 11010000 11000110 10001011 0 101 100001 10010 110011 101010 1000100

Color Harmonies of #D0C68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C68B

Black with #D0C68B

Text Example


Text Example

White with #D0C68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C68B; }

 p { color: rgb(208,198,139); }

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

background-color css

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

 a { background-color: rgb(208,198,139); }

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

border-color css

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

 span { border-color: rgb(208,198,139); }

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