Html Css Color HEX #D26327 Chocolate

📋 copy color: '#D26327'

red 210 ◦ green 99 ◦ blue 39

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

Shades of Chocolate #D26327

Tints of Chocolate #D26327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.21%

R = 60.34%
G = 28.45%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D26327 (or 0xD26327) is known color: Chocolate. HEX triplet: D2, 63 and 27. RGB value is (210,99,39). Sum of RGB (Red+Green+Blue) = 210+99+39=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D26327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26327 is #2D9CD8. Grayscale: #7D7D7D. Windows color (decimal): -2989273 or 2581458. OLE color: 2581458.

HSL color Cylindrical-coordinate representation of color #D26327: hue angle of 21.05º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D26327 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 99 39 -
CMYK 0 0.53 0.81 0.18
HSL 21.05º 0.69% 0.49% -
HSV(B) 21.05º 0.81% 0.82% -
XYZ 31.41 22.77 4.66 -
YUV 125.35 79.27 188.38 -
System Red Green Blue C M Y K H S L
Decimal 210 99 39 0 0.53 0.81 0.18 21.05 0.69 0.49
Hex D2 63 27 0 35 51 12 15 45 31
Octal 322 143 47 0 65 121 22 25 105 61
Binary 11010010 1100011 100111 0 110101 1010001 10010 10101 1000101 110001

Color Harmonies of #D26327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26327

Black with #D26327

Text Example


Text Example

White with #D26327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26327; }

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

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

background-color css

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

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

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

border-color css

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

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

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