Html Css Color HEX #D05715 Chocolate

📋 copy color: '#D05715'

red 208 ◦ green 87 ◦ blue 21

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

Shades of Chocolate #D05715

Tints of Chocolate #D05715

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.53%

 BLUE value IS 21 (8.59% from 255) = 6.65%

R = 65.82%
G = 27.53%
B = 6.65%

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

#D05715 (or 0xD05715) is known color: Chocolate. HEX triplet: D0, 57 and 15. RGB value is (208,87,21). Sum of RGB (Red+Green+Blue) = 208+87+21=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D05715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05715 is #2FA8EA. Grayscale: #747474. Windows color (decimal): -3123435 or 1398736. OLE color: 1398736.

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

Color convert

RGB 208 87 21 -
CMYK 0 0.58 0.90 0.18
HSL 21.18º 0.82% 0.45% -
HSV(B) 21.18º 0.9% 0.82% -
XYZ 29.56 20.28 3.07 -
YUV 115.66 74.59 193.87 -
System Red Green Blue C M Y K H S L
Decimal 208 87 21 0 0.58 0.90 0.18 21.18 0.82 0.45
Hex D0 57 15 0 3A 5A 12 15 52 2D
Octal 320 127 25 0 72 132 22 25 122 55
Binary 11010000 1010111 10101 0 111010 1011010 10010 10101 1010010 101101

Color Harmonies of #D05715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05715

Black with #D05715

Text Example


Text Example

White with #D05715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05715; }

 p { color: rgb(208,87,21); }

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

background-color css

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

 a { background-color: rgb(208,87,21); }

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

border-color css

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

 span { border-color: rgb(208,87,21); }

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