Html Css Color HEX #D06026 Chocolate

📋 copy color: '#D06026'

red 208 ◦ green 96 ◦ blue 38

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

Shades of Chocolate #D06026

Tints of Chocolate #D06026

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.07%

 BLUE value IS 38 (15.23% from 255) = 11.11%

R = 60.82%
G = 28.07%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D06026 (or 0xD06026) is known color: Chocolate. HEX triplet: D0, 60 and 26. RGB value is (208,96,38). Sum of RGB (Red+Green+Blue) = 208+96+38=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D06026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06026 is #2F9FD9. Grayscale: #7B7B7B. Windows color (decimal): -3121114 or 2515152. OLE color: 2515152.

HSL color Cylindrical-coordinate representation of color #D06026: hue angle of 20.47º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D06026 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 96 38 -
CMYK 0 0.54 0.82 0.18
HSL 20.47º 0.69% 0.48% -
HSV(B) 20.47º 0.82% 0.82% -
XYZ 30.55 21.92 4.45 -
YUV 122.88 80.11 188.72 -
System Red Green Blue C M Y K H S L
Decimal 208 96 38 0 0.54 0.82 0.18 20.47 0.69 0.48
Hex D0 60 26 0 36 52 12 14 45 30
Octal 320 140 46 0 66 122 22 24 105 60
Binary 11010000 1100000 100110 0 110110 1010010 10010 10100 1000101 110000

Color Harmonies of #D06026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06026

Black with #D06026

Text Example


Text Example

White with #D06026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06026; }

 p { color: rgb(208,96,38); }

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

background-color css

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

 a { background-color: rgb(208,96,38); }

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

border-color css

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

 span { border-color: rgb(208,96,38); }

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