Html Css Color HEX #D06A64 Roman

📋 copy color: '#D06A64'

red 208 ◦ green 106 ◦ blue 100

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

Shades of Roman #D06A64

Tints of Roman #D06A64

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.6%

 BLUE value IS 100 (39.45% from 255) = 24.15%

R = 50.24%
G = 25.6%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D06A64 (or 0xD06A64) is known color: Roman. HEX triplet: D0, 6A and 64. RGB value is (208,106,100). Sum of RGB (Red+Green+Blue) = 208+106+100=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06A64 is #2F959B. Grayscale: #878787. Windows color (decimal): -3118492 or 6580944. OLE color: 6580944.

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

Color convert

RGB 208 106 100 -
CMYK 0 0.49 0.52 0.18
HSL 3.33º 0.53% 0.6% -
HSV(B) 3.33º 0.52% 0.82% -
XYZ 33.47 24.64 15.05 -
YUV 135.81 107.79 179.49 -
System Red Green Blue C M Y K H S L
Decimal 208 106 100 0 0.49 0.52 0.18 3.33 0.53 0.6
Hex D0 6A 64 0 31 34 12 3 35 3C
Octal 320 152 144 0 61 64 22 3 65 74
Binary 11010000 1101010 1100100 0 110001 110100 10010 11 110101 111100

Color Harmonies of #D06A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06A64

Black with #D06A64

Text Example


Text Example

White with #D06A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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