Html Css Color HEX #D06458 Roman

📋 copy color: '#D06458'

red 208 ◦ green 100 ◦ blue 88

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

Shades of Roman #D06458

Tints of Roman #D06458

RGB

 RED value IS 208 (81.64% from 255) = 52.53%

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

 BLUE value IS 88 (34.77% from 255) = 22.22%

R = 52.53%
G = 25.25%
B = 22.22%

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

#D06458 (or 0xD06458) is known color: Roman. HEX triplet: D0, 64 and 58. RGB value is (208,100,88). Sum of RGB (Red+Green+Blue) = 208+100+88=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D06458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06458 is #2F9BA7. Grayscale: #838383. Windows color (decimal): -3120040 or 5792976. OLE color: 5792976.

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

Color convert

RGB 208 100 88 -
CMYK 0 0.52 0.58 0.18
HSL 0.56% 0.58% -
HSV(B) 0.58% 0.82% -
XYZ 32.33 23.23 12.01 -
YUV 130.92 103.78 182.98 -
System Red Green Blue C M Y K H S L
Decimal 208 100 88 0 0.52 0.58 0.18 6 0.56 0.58
Hex D0 64 58 0 34 3A 12 6 38 3A
Octal 320 144 130 0 64 72 22 6 70 72
Binary 11010000 1100100 1011000 0 110100 111010 10010 110 111000 111010

Color Harmonies of #D06458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06458

Black with #D06458

Text Example


Text Example

White with #D06458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06458; }

 p { color: rgb(208,100,88); }

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

background-color css

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

 a { background-color: rgb(208,100,88); }

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

border-color css

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

 span { border-color: rgb(208,100,88); }

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