Html Css Color HEX #D0C675 Winter Hazel

📋 copy color: '#D0C675'

red 208 ◦ green 198 ◦ blue 117

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

Shades of Winter Hazel #D0C675

Tints of Winter Hazel #D0C675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.37%

R = 39.77%
G = 37.86%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D0C675 (or 0xD0C675) is known color: Winter Hazel. HEX triplet: D0, C6 and 75. RGB value is (208,198,117). Sum of RGB (Red+Green+Blue) = 208+198+117=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C675 is #2F398A. Grayscale: #C0C0C0. Windows color (decimal): -3094923 or 7718608. OLE color: 7718608.

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

Color convert

RGB 208 198 117 -
CMYK 0 0.05 0.44 0.18
HSL 53.41º 0.49% 0.64% -
HSV(B) 53.41º 0.44% 0.82% -
XYZ 49.42 55.08 24.86 -
YUV 191.76 85.81 139.59 -
System Red Green Blue C M Y K H S L
Decimal 208 198 117 0 0.05 0.44 0.18 53.41 0.49 0.64
Hex D0 C6 75 0 5 2C 12 35 31 40
Octal 320 306 165 0 5 54 22 65 61 100
Binary 11010000 11000110 1110101 0 101 101100 10010 110101 110001 1000000

Color Harmonies of #D0C675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C675

Black with #D0C675

Text Example


Text Example

White with #D0C675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C675; }

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

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

background-color css

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

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

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

border-color css

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

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

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