Html Css Color HEX #D06510 Chocolate

📋 copy color: '#D06510'

red 208 ◦ green 101 ◦ blue 16

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

Shades of Chocolate #D06510

Tints of Chocolate #D06510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.08%

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 64%
G = 31.08%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D06510 (or 0xD06510) is known color: Chocolate. HEX triplet: D0, 65 and 10. RGB value is (208,101,16). Sum of RGB (Red+Green+Blue) = 208+101+16=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D06510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06510 is #2F9AEF. Grayscale: #7B7B7B. Windows color (decimal): -3119856 or 1074640. OLE color: 1074640.

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

Color convert

RGB 208 101 16 -
CMYK 0 0.51 0.92 0.18
HSL 26.56º 0.86% 0.44% -
HSV(B) 26.56º 0.92% 0.82% -
XYZ 30.76 22.75 3.26 -
YUV 123.3 67.45 188.41 -
System Red Green Blue C M Y K H S L
Decimal 208 101 16 0 0.51 0.92 0.18 26.56 0.86 0.44
Hex D0 65 10 0 33 5C 12 1B 56 2C
Octal 320 145 20 0 63 134 22 33 126 54
Binary 11010000 1100101 10000 0 110011 1011100 10010 11011 1010110 101100

Color Harmonies of #D06510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06510

Black with #D06510

Text Example


Text Example

White with #D06510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06510; }

 p { color: rgb(208,101,16); }

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

background-color css

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

 a { background-color: rgb(208,101,16); }

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

border-color css

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

 span { border-color: rgb(208,101,16); }

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