Html Css Color HEX #D26314 Chocolate

📋 copy color: '#D26314'

red 210 ◦ green 99 ◦ blue 20

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

Shades of Chocolate #D26314

Tints of Chocolate #D26314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.09%

 BLUE value IS 20 (8.2% from 255) = 6.08%

R = 63.83%
G = 30.09%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D26314 (or 0xD26314) is known color: Chocolate. HEX triplet: D2, 63 and 14. RGB value is (210,99,20). Sum of RGB (Red+Green+Blue) = 210+99+20=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D26314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26314 is #2D9CEB. Grayscale: #7B7B7B. Windows color (decimal): -2989292 or 1336274. OLE color: 1336274.

HSL color Cylindrical-coordinate representation of color #D26314: hue angle of 24.95º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D26314 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 99 20 -
CMYK 0 0.53 0.90 0.18
HSL 24.95º 0.83% 0.45% -
HSV(B) 24.95º 0.9% 0.82% -
XYZ 31.17 22.68 3.4 -
YUV 123.18 69.77 189.92 -
System Red Green Blue C M Y K H S L
Decimal 210 99 20 0 0.53 0.90 0.18 24.95 0.83 0.45
Hex D2 63 14 0 35 5A 12 19 53 2D
Octal 322 143 24 0 65 132 22 31 123 55
Binary 11010010 1100011 10100 0 110101 1011010 10010 11001 1010011 101101

Color Harmonies of #D26314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26314

Black with #D26314

Text Example


Text Example

White with #D26314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26314; }

 p { color: rgb(210,99,20); }

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

background-color css

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

 a { background-color: rgb(210,99,20); }

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

border-color css

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

 span { border-color: rgb(210,99,20); }

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