Html Css Color HEX #D06F0D Chocolate

📋 copy color: '#D06F0D'

red 208 ◦ green 111 ◦ blue 13

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

Shades of Chocolate #D06F0D

Tints of Chocolate #D06F0D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.43%

 BLUE value IS 13 (5.47% from 255) = 3.92%

R = 62.65%
G = 33.43%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D06F0D (or 0xD06F0D) is known color: Chocolate. HEX triplet: D0, 6F and 0D. RGB value is (208,111,13). Sum of RGB (Red+Green+Blue) = 208+111+13=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06F0D is #2F90F2. Grayscale: #818181. Windows color (decimal): -3117299 or 880592. OLE color: 880592.

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

Color convert

RGB 208 111 13 -
CMYK 0 0.47 0.94 0.18
HSL 30.15º 0.88% 0.43% -
HSV(B) 30.15º 0.94% 0.82% -
XYZ 31.77 24.81 3.49 -
YUV 128.83 62.64 184.47 -
System Red Green Blue C M Y K H S L
Decimal 208 111 13 0 0.47 0.94 0.18 30.15 0.88 0.43
Hex D0 6F D 0 2F 5E 12 1E 58 2B
Octal 320 157 15 0 57 136 22 36 130 53
Binary 11010000 1101111 1101 0 101111 1011110 10010 11110 1011000 101011

Color Harmonies of #D06F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F0D

Black with #D06F0D

Text Example


Text Example

White with #D06F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F0D; }

 p { color: rgb(208,111,13); }

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

background-color css

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

 a { background-color: rgb(208,111,13); }

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

border-color css

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

 span { border-color: rgb(208,111,13); }

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