Html Css Color HEX #D07109 Chocolate

📋 copy color: '#D07109'

red 208 ◦ green 113 ◦ blue 9

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

Shades of Chocolate #D07109

Tints of Chocolate #D07109

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.24%

 BLUE value IS 9 (3.91% from 255) = 2.73%

R = 63.03%
G = 34.24%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D07109 (or 0xD07109) is known color: Chocolate. HEX triplet: D0, 71 and 09. RGB value is (208,113,9). Sum of RGB (Red+Green+Blue) = 208+113+9=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D07109 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07109 is #2F8EF6. Grayscale: #828282. Windows color (decimal): -3116791 or 618960. OLE color: 618960.

HSL color Cylindrical-coordinate representation of color #D07109: hue angle of 31.36º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D07109 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 113 9 -
CMYK 0 0.46 0.96 0.18
HSL 31.36º 0.92% 0.43% -
HSV(B) 31.36º 0.96% 0.82% -
XYZ 31.97 25.24 3.45 -
YUV 129.55 59.97 183.96 -
System Red Green Blue C M Y K H S L
Decimal 208 113 9 0 0.46 0.96 0.18 31.36 0.92 0.43
Hex D0 71 9 0 2E 60 12 1F 5C 2B
Octal 320 161 11 0 56 140 22 37 134 53
Binary 11010000 1110001 1001 0 101110 1100000 10010 11111 1011100 101011

Color Harmonies of #D07109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07109

Black with #D07109

Text Example


Text Example

White with #D07109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07109; }

 p { color: rgb(208,113,9); }

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

background-color css

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

 a { background-color: rgb(208,113,9); }

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

border-color css

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

 span { border-color: rgb(208,113,9); }

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