Html Css Color HEX #D26559 Roman

📋 copy color: '#D26559'

red 210 ◦ green 101 ◦ blue 89

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

Shades of Roman #D26559

Tints of Roman #D26559

RGB

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

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

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

R = 52.5%
G = 25.25%
B = 22.25%

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

#D26559 (or 0xD26559) is known color: Roman. HEX triplet: D2, 65 and 59. RGB value is (210,101,89). Sum of RGB (Red+Green+Blue) = 210+101+89=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D26559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26559 is #2D9AA6. Grayscale: #848484. Windows color (decimal): -2988711 or 5858770. OLE color: 5858770.

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

Color convert

RGB 210 101 89 -
CMYK 0 0.52 0.58 0.18
HSL 5.95º 0.57% 0.59% -
HSV(B) 5.95º 0.58% 0.82% -
XYZ 33.04 23.73 12.29 -
YUV 132.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 210 101 89 0 0.52 0.58 0.18 5.95 0.57 0.59
Hex D2 65 59 0 34 3A 12 6 39 3B
Octal 322 145 131 0 64 72 22 6 71 73
Binary 11010010 1100101 1011001 0 110100 111010 10010 110 111001 111011

Color Harmonies of #D26559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26559

Black with #D26559

Text Example


Text Example

White with #D26559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26559; }

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

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

background-color css

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

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

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

border-color css

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

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

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