Html Css Color HEX #D0665B Roman

📋 copy color: '#D0665B'

red 208 ◦ green 102 ◦ blue 91

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

Shades of Roman #D0665B

Tints of Roman #D0665B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.69%

R = 51.87%
G = 25.44%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0665B (or 0xD0665B) is known color: Roman. HEX triplet: D0, 66 and 5B. RGB value is (208,102,91). Sum of RGB (Red+Green+Blue) = 208+102+91=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0665B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0665B is #2F99A4. Grayscale: #848484. Windows color (decimal): -3119525 or 5990096. OLE color: 5990096.

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

Color convert

RGB 208 102 91 -
CMYK 0 0.51 0.56 0.18
HSL 5.64º 0.55% 0.59% -
HSV(B) 5.64º 0.56% 0.82% -
XYZ 32.65 23.67 12.74 -
YUV 132.44 104.62 181.89 -
System Red Green Blue C M Y K H S L
Decimal 208 102 91 0 0.51 0.56 0.18 5.64 0.55 0.59
Hex D0 66 5B 0 33 38 12 6 37 3B
Octal 320 146 133 0 63 70 22 6 67 73
Binary 11010000 1100110 1011011 0 110011 111000 10010 110 110111 111011

Color Harmonies of #D0665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0665B

Black with #D0665B

Text Example


Text Example

White with #D0665B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0665B; }

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

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

background-color css

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

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

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

border-color css

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

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

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