Html Css Color HEX #D66052 Roman

📋 copy color: '#D66052'

red 214 ◦ green 96 ◦ blue 82

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

Shades of Roman #D66052

Tints of Roman #D66052

RGB

 RED value IS 214 (83.98% from 255) = 54.59%

 GREEN value IS 96 (37.89% from 255) = 24.49%

 BLUE value IS 82 (32.42% from 255) = 20.92%

R = 54.59%
G = 24.49%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D66052 (or 0xD66052) is known color: Roman. HEX triplet: D6, 60 and 52. RGB value is (214,96,82). Sum of RGB (Red+Green+Blue) = 214+96+82=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D66052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66052 is #299FAD. Grayscale: #818181. Windows color (decimal): -2727854 or 5398742. OLE color: 5398742.

HSL color Cylindrical-coordinate representation of color #D66052: hue angle of 6.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D66052 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 96 82 -
CMYK 0 0.55 0.62 0.16
HSL 6.36º 0.62% 0.58% -
HSV(B) 6.36º 0.62% 0.84% -
XYZ 33.44 23.27 10.71 -
YUV 129.69 101.09 188.14 -
System Red Green Blue C M Y K H S L
Decimal 214 96 82 0 0.55 0.62 0.16 6.36 0.62 0.58
Hex D6 60 52 0 37 3E 10 6 3E 3A
Octal 326 140 122 0 67 76 20 6 76 72
Binary 11010110 1100000 1010010 0 110111 111110 10000 110 111110 111010

Color Harmonies of #D66052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66052

Black with #D66052

Text Example


Text Example

White with #D66052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66052; }

 p { color: rgb(214,96,82); }

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

background-color css

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

 a { background-color: rgb(214,96,82); }

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

border-color css

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

 span { border-color: rgb(214,96,82); }

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