Html Css Color HEX #D0690E Chocolate

📋 copy color: '#D0690E'

red 208 ◦ green 105 ◦ blue 14

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

Shades of Chocolate #D0690E

Tints of Chocolate #D0690E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.11%

 BLUE value IS 14 (5.86% from 255) = 4.28%

R = 63.61%
G = 32.11%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0690E (or 0xD0690E) is known color: Chocolate. HEX triplet: D0, 69 and 0E. RGB value is (208,105,14). Sum of RGB (Red+Green+Blue) = 208+105+14=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D0690E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0690E is #2F96F1. Grayscale: #7D7D7D. Windows color (decimal): -3118834 or 944592. OLE color: 944592.

HSL color Cylindrical-coordinate representation of color #D0690E: hue angle of 28.14º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0690E is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 105 14 -
CMYK 0 0.50 0.93 0.18
HSL 28.14º 0.87% 0.44% -
HSV(B) 28.14º 0.93% 0.82% -
XYZ 31.14 23.54 3.32 -
YUV 125.42 65.12 186.9 -
System Red Green Blue C M Y K H S L
Decimal 208 105 14 0 0.50 0.93 0.18 28.14 0.87 0.44
Hex D0 69 E 0 32 5D 12 1C 57 2C
Octal 320 151 16 0 62 135 22 34 127 54
Binary 11010000 1101001 1110 0 110010 1011101 10010 11100 1010111 101100

Color Harmonies of #D0690E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0690E

Black with #D0690E

Text Example


Text Example

White with #D0690E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0690E; }

 p { color: rgb(208,105,14); }

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

background-color css

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

 a { background-color: rgb(208,105,14); }

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

border-color css

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

 span { border-color: rgb(208,105,14); }

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