Html Css Color HEX #D9665A Roman

📋 copy color: '#D9665A'

red 217 ◦ green 102 ◦ blue 90

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

Shades of Roman #D9665A

Tints of Roman #D9665A

RGB

 RED value IS 217 (85.16% from 255) = 53.06%

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

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

R = 53.06%
G = 24.94%
B = 22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9665A (or 0xD9665A) is known color: Roman. HEX triplet: D9, 66 and 5A. RGB value is (217,102,90). Sum of RGB (Red+Green+Blue) = 217+102+90=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9665A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9665A is #2699A5. Grayscale: #878787. Windows color (decimal): -2529702 or 5924569. OLE color: 5924569.

HSL color Cylindrical-coordinate representation of color #D9665A: hue angle of 5.67º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9665A is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 102 90 -
CMYK 0 0.53 0.59 0.15
HSL 5.67º 0.63% 0.6% -
HSV(B) 5.67º 0.59% 0.85% -
XYZ 35.21 24.99 12.64 -
YUV 135.02 102.6 186.48 -
System Red Green Blue C M Y K H S L
Decimal 217 102 90 0 0.53 0.59 0.15 5.67 0.63 0.6
Hex D9 66 5A 0 35 3B F 6 3F 3C
Octal 331 146 132 0 65 73 17 6 77 74
Binary 11011001 1100110 1011010 0 110101 111011 1111 110 111111 111100

Color Harmonies of #D9665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9665A

Black with #D9665A

Text Example


Text Example

White with #D9665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9665A; }

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

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

background-color css

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

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

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

border-color css

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

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

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