Html Css Color HEX #D07022 Chocolate

📋 copy color: '#D07022'

red 208 ◦ green 112 ◦ blue 34

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

Shades of Chocolate #D07022

Tints of Chocolate #D07022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.6%

R = 58.76%
G = 31.64%
B = 9.6%

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

#D07022 (or 0xD07022) is known color: Chocolate. HEX triplet: D0, 70 and 22. RGB value is (208,112,34). Sum of RGB (Red+Green+Blue) = 208+112+34=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D07022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07022 is #2F8FDD. Grayscale: #848484. Windows color (decimal): -3117022 or 2257104. OLE color: 2257104.

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

Color convert

RGB 208 112 34 -
CMYK 0 0.46 0.84 0.18
HSL 26.9º 0.72% 0.47% -
HSV(B) 26.9º 0.84% 0.82% -
XYZ 32.1 25.11 4.67 -
YUV 131.81 72.8 182.34 -
System Red Green Blue C M Y K H S L
Decimal 208 112 34 0 0.46 0.84 0.18 26.9 0.72 0.47
Hex D0 70 22 0 2E 54 12 1B 48 2F
Octal 320 160 42 0 56 124 22 33 110 57
Binary 11010000 1110000 100010 0 101110 1010100 10010 11011 1001000 101111

Color Harmonies of #D07022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07022

Black with #D07022

Text Example


Text Example

White with #D07022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07022; }

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

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

background-color css

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

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

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

border-color css

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

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

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