Html Css Color HEX #D0690D Chocolate

📋 copy color: '#D0690D'

red 208 ◦ green 105 ◦ blue 13

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

Shades of Chocolate #D0690D

Tints of Chocolate #D0690D

RGB

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

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

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

R = 63.8%
G = 32.21%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0690D (or 0xD0690D) is known color: Chocolate. HEX triplet: D0, 69 and 0D. RGB value is (208,105,13). Sum of RGB (Red+Green+Blue) = 208+105+13=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D0690D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0690D is #2F96F2. Grayscale: #7D7D7D. Windows color (decimal): -3118835 or 879056. OLE color: 879056.

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

Color convert

RGB 208 105 13 -
CMYK 0 0.50 0.94 0.18
HSL 28.31º 0.88% 0.43% -
HSV(B) 28.31º 0.94% 0.82% -
XYZ 31.14 23.54 3.28 -
YUV 125.31 64.62 186.98 -
System Red Green Blue C M Y K H S L
Decimal 208 105 13 0 0.50 0.94 0.18 28.31 0.88 0.43
Hex D0 69 D 0 32 5E 12 1C 58 2B
Octal 320 151 15 0 62 136 22 34 130 53
Binary 11010000 1101001 1101 0 110010 1011110 10010 11100 1011000 101011

Color Harmonies of #D0690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0690D

Black with #D0690D

Text Example


Text Example

White with #D0690D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0690D; }

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

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

background-color css

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

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

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

border-color css

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

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

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