Html Css Color HEX #D05814 Chocolate

📋 copy color: '#D05814'

red 208 ◦ green 88 ◦ blue 20

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

Shades of Chocolate #D05814

Tints of Chocolate #D05814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.85%

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 65.82%
G = 27.85%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D05814 (or 0xD05814) is known color: Chocolate. HEX triplet: D0, 58 and 14. RGB value is (208,88,20). Sum of RGB (Red+Green+Blue) = 208+88+20=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D05814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05814 is #2FA7EB. Grayscale: #747474. Windows color (decimal): -3123180 or 1333456. OLE color: 1333456.

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

Color convert

RGB 208 88 20 -
CMYK 0 0.58 0.90 0.18
HSL 21.7º 0.82% 0.45% -
HSV(B) 21.7º 0.9% 0.82% -
XYZ 29.63 20.44 3.05 -
YUV 116.13 73.76 193.53 -
System Red Green Blue C M Y K H S L
Decimal 208 88 20 0 0.58 0.90 0.18 21.7 0.82 0.45
Hex D0 58 14 0 3A 5A 12 16 52 2D
Octal 320 130 24 0 72 132 22 26 122 55
Binary 11010000 1011000 10100 0 111010 1011010 10010 10110 1010010 101101

Color Harmonies of #D05814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05814

Black with #D05814

Text Example


Text Example

White with #D05814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05814; }

 p { color: rgb(208,88,20); }

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

background-color css

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

 a { background-color: rgb(208,88,20); }

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

border-color css

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

 span { border-color: rgb(208,88,20); }

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