Html Css Color HEX #D2690D Chocolate

📋 copy color: '#D2690D'

red 210 ◦ green 105 ◦ blue 13

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

Shades of Chocolate #D2690D

Tints of Chocolate #D2690D

RGB

 RED value IS 210 (82.42% from 255) = 64.02%

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

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

R = 64.02%
G = 32.01%
B = 3.96%

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

#D2690D (or 0xD2690D) is known color: Chocolate. HEX triplet: D2, 69 and 0D. RGB value is (210,105,13). Sum of RGB (Red+Green+Blue) = 210+105+13=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D2690D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2690D is #2D96F2. Grayscale: #7E7E7E. Windows color (decimal): -2987763 or 879058. OLE color: 879058.

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

Color convert

RGB 210 105 13 -
CMYK 0 0.50 0.94 0.18
HSL 28.02º 0.88% 0.44% -
HSV(B) 28.02º 0.94% 0.82% -
XYZ 31.7 23.83 3.31 -
YUV 125.91 64.29 187.98 -
System Red Green Blue C M Y K H S L
Decimal 210 105 13 0 0.50 0.94 0.18 28.02 0.88 0.44
Hex D2 69 D 0 32 5E 12 1C 58 2C
Octal 322 151 15 0 62 136 22 34 130 54
Binary 11010010 1101001 1101 0 110010 1011110 10010 11100 1011000 101100

Color Harmonies of #D2690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2690D

Black with #D2690D

Text Example


Text Example

White with #D2690D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2690D; }

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

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

background-color css

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

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

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

border-color css

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

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

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