Html Css Color HEX #D05914 Chocolate

📋 copy color: '#D05914'

red 208 ◦ green 89 ◦ blue 20

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

Shades of Chocolate #D05914

Tints of Chocolate #D05914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.08%

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

R = 65.62%
G = 28.08%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D05914 (or 0xD05914) is known color: Chocolate. HEX triplet: D0, 59 and 14. RGB value is (208,89,20). Sum of RGB (Red+Green+Blue) = 208+89+20=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D05914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05914 is #2FA6EB. Grayscale: #757575. Windows color (decimal): -3122924 or 1333712. OLE color: 1333712.

HSL color Cylindrical-coordinate representation of color #D05914: hue angle of 22.02º 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 #D05914 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 89 20 -
CMYK 0 0.57 0.90 0.18
HSL 22.02º 0.82% 0.45% -
HSV(B) 22.02º 0.9% 0.82% -
XYZ 29.71 20.61 3.07 -
YUV 116.72 73.42 193.11 -
System Red Green Blue C M Y K H S L
Decimal 208 89 20 0 0.57 0.90 0.18 22.02 0.82 0.45
Hex D0 59 14 0 39 5A 12 16 52 2D
Octal 320 131 24 0 71 132 22 26 122 55
Binary 11010000 1011001 10100 0 111001 1011010 10010 10110 1010010 101101

Color Harmonies of #D05914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05914

Black with #D05914

Text Example


Text Example

White with #D05914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05914; }

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

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

background-color css

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

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

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

border-color css

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

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

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