Html Css Color HEX #D26612 Chocolate

📋 copy color: '#D26612'

red 210 ◦ green 102 ◦ blue 18

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

Shades of Chocolate #D26612

Tints of Chocolate #D26612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.91%

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

R = 63.64%
G = 30.91%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D26612 (or 0xD26612) is known color: Chocolate. HEX triplet: D2, 66 and 12. RGB value is (210,102,18). Sum of RGB (Red+Green+Blue) = 210+102+18=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D26612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26612 is #2D99ED. Grayscale: #7D7D7D. Windows color (decimal): -2988526 or 1205970. OLE color: 1205970.

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

Color convert

RGB 210 102 18 -
CMYK 0 0.51 0.91 0.18
HSL 26.25º 0.84% 0.45% -
HSV(B) 26.25º 0.91% 0.82% -
XYZ 31.44 23.25 3.4 -
YUV 124.72 67.78 188.83 -
System Red Green Blue C M Y K H S L
Decimal 210 102 18 0 0.51 0.91 0.18 26.25 0.84 0.45
Hex D2 66 12 0 33 5B 12 1A 54 2D
Octal 322 146 22 0 63 133 22 32 124 55
Binary 11010010 1100110 10010 0 110011 1011011 10010 11010 1010100 101101

Color Harmonies of #D26612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26612

Black with #D26612

Text Example


Text Example

White with #D26612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26612; }

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

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

background-color css

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

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

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

border-color css

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

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

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