#D26C62

Color #D26C62 Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #D26C62

Tints of Roman #D26C62

Color information

#D26C62 (or 0xD26C62) is unknown color: approx Roman. HEX triplet: D2, 6C and 62. RGB value is (210,108,98). Sum of RGB (Red+Green+Blue) = 210+108+98=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C62 is #2D939D. Grayscale: #898989. Windows color (decimal): -2986910 or 6450386. OLE color: 6450386.

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

Color convert

RGB21010898-
CMYK00.490.530.18
HSL5.36º55.45%60.39%-
HSV(B)5.36º53.33%82.35%-
XYZ34.1525.3114.64-
YUV137.36105.79179.81-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.48%
GREEN value IS 108 (42.58% from 255) = 25.96%
BLUE value IS 98 (38.67% from 255) = 23.56%
R=50.48%
G=25.96%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101089800.490.530.185.3655.4560.39
HexD26C6203135125373c
Octal322154142061652256774
Binary1101001011011001100010011000111010110010101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26C62; }

 p { color: rgb(210,108,98); }

 H1.HeaderClassName
 {
   color: #D26C62;
 }
 .AnyTagClassName
 {
   color: #D26C62;
 }
</style>
background-color css

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

 a { background-color: rgb(210,108,98); }

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

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

 span { border-color: rgb(210,108,98); }

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