Html Css Color HEX #D06D21 Chocolate

📋 copy color: '#D06D21'

red 208 ◦ green 109 ◦ blue 33

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

Shades of Chocolate #D06D21

Tints of Chocolate #D06D21

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.14%

 BLUE value IS 33 (13.28% from 255) = 9.43%

R = 59.43%
G = 31.14%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D06D21 (or 0xD06D21) is known color: Chocolate. HEX triplet: D0, 6D and 21. RGB value is (208,109,33). Sum of RGB (Red+Green+Blue) = 208+109+33=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06D21 is #2F92DE. Grayscale: #828282. Windows color (decimal): -3117791 or 2190800. OLE color: 2190800.

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

Color convert

RGB 208 109 33 -
CMYK 0 0.48 0.84 0.18
HSL 26.06º 0.73% 0.47% -
HSV(B) 26.06º 0.84% 0.82% -
XYZ 31.76 24.46 4.49 -
YUV 129.94 73.3 183.68 -
System Red Green Blue C M Y K H S L
Decimal 208 109 33 0 0.48 0.84 0.18 26.06 0.73 0.47
Hex D0 6D 21 0 30 54 12 1A 49 2F
Octal 320 155 41 0 60 124 22 32 111 57
Binary 11010000 1101101 100001 0 110000 1010100 10010 11010 1001001 101111

Color Harmonies of #D06D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D21

Black with #D06D21

Text Example


Text Example

White with #D06D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D21; }

 p { color: rgb(208,109,33); }

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

background-color css

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

 a { background-color: rgb(208,109,33); }

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

border-color css

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

 span { border-color: rgb(208,109,33); }

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