Html Css Color HEX #D96762 Roman

📋 copy color: '#D96762'

red 217 ◦ green 103 ◦ blue 98

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

Shades of Roman #D96762

Tints of Roman #D96762

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.64%

 BLUE value IS 98 (38.67% from 255) = 23.44%

R = 51.91%
G = 24.64%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D96762 (or 0xD96762) is known color: Roman. HEX triplet: D9, 67 and 62. RGB value is (217,103,98). Sum of RGB (Red+Green+Blue) = 217+103+98=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D96762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96762 is #26989D. Grayscale: #888888. Windows color (decimal): -2529438 or 6449113. OLE color: 6449113.

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

Color convert

RGB 217 103 98 -
CMYK 0 0.53 0.55 0.15
HSL 2.52º 0.61% 0.62% -
HSV(B) 2.52º 0.55% 0.85% -
XYZ 35.67 25.33 14.57 -
YUV 136.52 106.27 185.41 -
System Red Green Blue C M Y K H S L
Decimal 217 103 98 0 0.53 0.55 0.15 2.52 0.61 0.62
Hex D9 67 62 0 35 37 F 3 3D 3E
Octal 331 147 142 0 65 67 17 3 75 76
Binary 11011001 1100111 1100010 0 110101 110111 1111 11 111101 111110

Color Harmonies of #D96762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96762

Black with #D96762

Text Example


Text Example

White with #D96762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96762; }

 p { color: rgb(217,103,98); }

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

background-color css

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

 a { background-color: rgb(217,103,98); }

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

border-color css

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

 span { border-color: rgb(217,103,98); }

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