Html Css Color HEX #D07009 Chocolate

📋 copy color: '#D07009'

red 208 ◦ green 112 ◦ blue 9

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

Shades of Chocolate #D07009

Tints of Chocolate #D07009

RGB

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

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

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

R = 63.22%
G = 34.04%
B = 2.74%

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

#D07009 (or 0xD07009) is known color: Chocolate. HEX triplet: D0, 70 and 09. RGB value is (208,112,9). Sum of RGB (Red+Green+Blue) = 208+112+9=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D07009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07009 is #2F8FF6. Grayscale: #818181. Windows color (decimal): -3117047 or 618704. OLE color: 618704.

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

Color convert

RGB 208 112 9 -
CMYK 0 0.46 0.96 0.18
HSL 31.06º 0.92% 0.43% -
HSV(B) 31.06º 0.96% 0.82% -
XYZ 31.86 25.02 3.41 -
YUV 128.96 60.3 184.38 -
System Red Green Blue C M Y K H S L
Decimal 208 112 9 0 0.46 0.96 0.18 31.06 0.92 0.43
Hex D0 70 9 0 2E 60 12 1F 5C 2B
Octal 320 160 11 0 56 140 22 37 134 53
Binary 11010000 1110000 1001 0 101110 1100000 10010 11111 1011100 101011

Color Harmonies of #D07009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07009

Black with #D07009

Text Example


Text Example

White with #D07009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07009; }

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

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

background-color css

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

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

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

border-color css

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

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

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