Html Css Color HEX #D2680F Chocolate

📋 copy color: '#D2680F'

red 210 ◦ green 104 ◦ blue 15

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

Shades of Chocolate #D2680F

Tints of Chocolate #D2680F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.61%

 BLUE value IS 15 (6.25% from 255) = 4.56%

R = 63.83%
G = 31.61%
B = 4.56%

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

#D2680F (or 0xD2680F) is known color: Chocolate. HEX triplet: D2, 68 and 0F. RGB value is (210,104,15). Sum of RGB (Red+Green+Blue) = 210+104+15=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D2680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2680F is #2D97F0. Grayscale: #7E7E7E. Windows color (decimal): -2988017 or 1009874. OLE color: 1009874.

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

Color convert

RGB 210 104 15 -
CMYK 0 0.50 0.93 0.18
HSL 27.38º 0.87% 0.44% -
HSV(B) 27.38º 0.93% 0.82% -
XYZ 31.61 23.64 3.35 -
YUV 125.55 65.62 188.24 -
System Red Green Blue C M Y K H S L
Decimal 210 104 15 0 0.50 0.93 0.18 27.38 0.87 0.44
Hex D2 68 F 0 32 5D 12 1B 57 2C
Octal 322 150 17 0 62 135 22 33 127 54
Binary 11010010 1101000 1111 0 110010 1011101 10010 11011 1010111 101100

Color Harmonies of #D2680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2680F

Black with #D2680F

Text Example


Text Example

White with #D2680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2680F; }

 p { color: rgb(210,104,15); }

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

background-color css

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

 a { background-color: rgb(210,104,15); }

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

border-color css

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

 span { border-color: rgb(210,104,15); }

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