Html Css Color HEX #D06F19 Chocolate

📋 copy color: '#D06F19'

red 208 ◦ green 111 ◦ blue 25

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

Shades of Chocolate #D06F19

Tints of Chocolate #D06F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.27%

R = 60.47%
G = 32.27%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D06F19 (or 0xD06F19) is known color: Chocolate. HEX triplet: D0, 6F and 19. RGB value is (208,111,25). Sum of RGB (Red+Green+Blue) = 208+111+25=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06F19 is #2F90E6. Grayscale: #828282. Windows color (decimal): -3117287 or 1667024. OLE color: 1667024.

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

Color convert

RGB 208 111 25 -
CMYK 0 0.47 0.88 0.18
HSL 28.2º 0.79% 0.46% -
HSV(B) 28.2º 0.88% 0.82% -
XYZ 31.87 24.85 4.04 -
YUV 130.2 68.64 183.49 -
System Red Green Blue C M Y K H S L
Decimal 208 111 25 0 0.47 0.88 0.18 28.2 0.79 0.46
Hex D0 6F 19 0 2F 58 12 1C 4F 2E
Octal 320 157 31 0 57 130 22 34 117 56
Binary 11010000 1101111 11001 0 101111 1011000 10010 11100 1001111 101110

Color Harmonies of #D06F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F19

Black with #D06F19

Text Example


Text Example

White with #D06F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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