Html Css Color HEX #D07021 Chocolate

📋 copy color: '#D07021'

red 208 ◦ green 112 ◦ blue 33

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

Shades of Chocolate #D07021

Tints of Chocolate #D07021

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.73%

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

R = 58.92%
G = 31.73%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D07021 (or 0xD07021) is known color: Chocolate. HEX triplet: D0, 70 and 21. RGB value is (208,112,33). Sum of RGB (Red+Green+Blue) = 208+112+33=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D07021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07021 is #2F8FDE. Grayscale: #848484. Windows color (decimal): -3117023 or 2191568. OLE color: 2191568.

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

Color convert

RGB 208 112 33 -
CMYK 0 0.46 0.84 0.18
HSL 27.09º 0.73% 0.47% -
HSV(B) 27.09º 0.84% 0.82% -
XYZ 32.08 25.11 4.59 -
YUV 131.7 72.3 182.42 -
System Red Green Blue C M Y K H S L
Decimal 208 112 33 0 0.46 0.84 0.18 27.09 0.73 0.47
Hex D0 70 21 0 2E 54 12 1B 49 2F
Octal 320 160 41 0 56 124 22 33 111 57
Binary 11010000 1110000 100001 0 101110 1010100 10010 11011 1001001 101111

Color Harmonies of #D07021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07021

Black with #D07021

Text Example


Text Example

White with #D07021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07021; }

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

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

background-color css

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

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

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

border-color css

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

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

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