Html Css Color HEX #D26459 Roman

📋 copy color: '#D26459'

red 210 ◦ green 100 ◦ blue 89

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

Shades of Roman #D26459

Tints of Roman #D26459

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.06%

 BLUE value IS 89 (35.16% from 255) = 22.31%

R = 52.63%
G = 25.06%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D26459 (or 0xD26459) is known color: Roman. HEX triplet: D2, 64 and 59. RGB value is (210,100,89). Sum of RGB (Red+Green+Blue) = 210+100+89=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D26459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26459 is #2D9BA6. Grayscale: #838383. Windows color (decimal): -2988967 or 5858514. OLE color: 5858514.

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

Color convert

RGB 210 100 89 -
CMYK 0 0.52 0.58 0.18
HSL 5.45º 0.57% 0.59% -
HSV(B) 5.45º 0.58% 0.82% -
XYZ 32.94 23.54 12.26 -
YUV 131.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 210 100 89 0 0.52 0.58 0.18 5.45 0.57 0.59
Hex D2 64 59 0 34 3A 12 5 39 3B
Octal 322 144 131 0 64 72 22 5 71 73
Binary 11010010 1100100 1011001 0 110100 111010 10010 101 111001 111011

Color Harmonies of #D26459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26459

Black with #D26459

Text Example


Text Example

White with #D26459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26459; }

 p { color: rgb(210,100,89); }

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

background-color css

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

 a { background-color: rgb(210,100,89); }

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

border-color css

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

 span { border-color: rgb(210,100,89); }

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