Html Css Color HEX #D26512 Chocolate

📋 copy color: '#D26512'

red 210 ◦ green 101 ◦ blue 18

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

Shades of Chocolate #D26512

Tints of Chocolate #D26512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.7%

 BLUE value IS 18 (7.42% from 255) = 5.47%

R = 63.83%
G = 30.7%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D26512 (or 0xD26512) is known color: Chocolate. HEX triplet: D2, 65 and 12. RGB value is (210,101,18). Sum of RGB (Red+Green+Blue) = 210+101+18=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D26512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26512 is #2D9AED. Grayscale: #7C7C7C. Windows color (decimal): -2988782 or 1205714. OLE color: 1205714.

HSL color Cylindrical-coordinate representation of color #D26512: hue angle of 25.94º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D26512 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 101 18 -
CMYK 0 0.52 0.91 0.18
HSL 25.94º 0.84% 0.45% -
HSV(B) 25.94º 0.91% 0.82% -
XYZ 31.34 23.05 3.37 -
YUV 124.13 68.11 189.25 -
System Red Green Blue C M Y K H S L
Decimal 210 101 18 0 0.52 0.91 0.18 25.94 0.84 0.45
Hex D2 65 12 0 34 5B 12 1A 54 2D
Octal 322 145 22 0 64 133 22 32 124 55
Binary 11010010 1100101 10010 0 110100 1011011 10010 11010 1010100 101101

Color Harmonies of #D26512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26512

Black with #D26512

Text Example


Text Example

White with #D26512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26512; }

 p { color: rgb(210,101,18); }

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

background-color css

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

 a { background-color: rgb(210,101,18); }

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

border-color css

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

 span { border-color: rgb(210,101,18); }

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