Html Css Color HEX #D05B18 Chocolate

📋 copy color: '#D05B18'

red 208 ◦ green 91 ◦ blue 24

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

Shades of Chocolate #D05B18

Tints of Chocolate #D05B18

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.17%

 BLUE value IS 24 (9.77% from 255) = 7.43%

R = 64.4%
G = 28.17%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D05B18 (or 0xD05B18) is known color: Chocolate. HEX triplet: D0, 5B and 18. RGB value is (208,91,24). Sum of RGB (Red+Green+Blue) = 208+91+24=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D05B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05B18 is #2FA4E7. Grayscale: #767676. Windows color (decimal): -3122408 or 1596368. OLE color: 1596368.

HSL color Cylindrical-coordinate representation of color #D05B18: hue angle of 21.85º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D05B18 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 91 24 -
CMYK 0 0.56 0.88 0.18
HSL 21.85º 0.79% 0.45% -
HSV(B) 21.85º 0.88% 0.82% -
XYZ 29.92 20.96 3.33 -
YUV 118.35 74.76 191.95 -
System Red Green Blue C M Y K H S L
Decimal 208 91 24 0 0.56 0.88 0.18 21.85 0.79 0.45
Hex D0 5B 18 0 38 58 12 16 4F 2D
Octal 320 133 30 0 70 130 22 26 117 55
Binary 11010000 1011011 11000 0 111000 1011000 10010 10110 1001111 101101

Color Harmonies of #D05B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05B18

Black with #D05B18

Text Example


Text Example

White with #D05B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05B18; }

 p { color: rgb(208,91,24); }

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

background-color css

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

 a { background-color: rgb(208,91,24); }

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

border-color css

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

 span { border-color: rgb(208,91,24); }

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