Html Css Color HEX #D06C26 Chocolate

📋 copy color: '#D06C26'

red 208 ◦ green 108 ◦ blue 38

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

Shades of Chocolate #D06C26

Tints of Chocolate #D06C26

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.51%

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

R = 58.76%
G = 30.51%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D06C26 (or 0xD06C26) is known color: Chocolate. HEX triplet: D0, 6C and 26. RGB value is (208,108,38). Sum of RGB (Red+Green+Blue) = 208+108+38=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06C26 is #2F93D9. Grayscale: #828282. Windows color (decimal): -3118042 or 2518224. OLE color: 2518224.

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

Color convert

RGB 208 108 38 -
CMYK 0 0.48 0.82 0.18
HSL 24.71º 0.69% 0.48% -
HSV(B) 24.71º 0.82% 0.82% -
XYZ 31.72 24.27 4.85 -
YUV 129.92 76.13 183.69 -
System Red Green Blue C M Y K H S L
Decimal 208 108 38 0 0.48 0.82 0.18 24.71 0.69 0.48
Hex D0 6C 26 0 30 52 12 19 45 30
Octal 320 154 46 0 60 122 22 31 105 60
Binary 11010000 1101100 100110 0 110000 1010010 10010 11001 1000101 110000

Color Harmonies of #D06C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C26

Black with #D06C26

Text Example


Text Example

White with #D06C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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