Html Css Color HEX #D0665A Roman

📋 copy color: '#D0665A'

red 208 ◦ green 102 ◦ blue 90

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

Shades of Roman #D0665A

Tints of Roman #D0665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.5%

 BLUE value IS 90 (35.55% from 255) = 22.5%

R = 52%
G = 25.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0665A (or 0xD0665A) is known color: Roman. HEX triplet: D0, 66 and 5A. RGB value is (208,102,90). Sum of RGB (Red+Green+Blue) = 208+102+90=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0665A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0665A is #2F99A5. Grayscale: #848484. Windows color (decimal): -3119526 or 5924560. OLE color: 5924560.

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

Color convert

RGB 208 102 90 -
CMYK 0 0.51 0.57 0.18
HSL 6.1º 0.56% 0.58% -
HSV(B) 6.1º 0.57% 0.82% -
XYZ 32.61 23.65 12.52 -
YUV 132.33 104.12 181.98 -
System Red Green Blue C M Y K H S L
Decimal 208 102 90 0 0.51 0.57 0.18 6.1 0.56 0.58
Hex D0 66 5A 0 33 39 12 6 38 3A
Octal 320 146 132 0 63 71 22 6 70 72
Binary 11010000 1100110 1011010 0 110011 111001 10010 110 111000 111010

Color Harmonies of #D0665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0665A

Black with #D0665A

Text Example


Text Example

White with #D0665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0665A; }

 p { color: rgb(208,102,90); }

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

background-color css

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

 a { background-color: rgb(208,102,90); }

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

border-color css

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

 span { border-color: rgb(208,102,90); }

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