Html Css Color HEX #D0695E Roman

📋 copy color: '#D0695E'

red 208 ◦ green 105 ◦ blue 94

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

Shades of Roman #D0695E

Tints of Roman #D0695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.8%

 BLUE value IS 94 (37.11% from 255) = 23.1%

R = 51.11%
G = 25.8%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0695E (or 0xD0695E) is known color: Roman. HEX triplet: D0, 69 and 5E. RGB value is (208,105,94). Sum of RGB (Red+Green+Blue) = 208+105+94=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D0695E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0695E is #2F96A1. Grayscale: #868686. Windows color (decimal): -3118754 or 6187472. OLE color: 6187472.

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

Color convert

RGB 208 105 94 -
CMYK 0 0.50 0.55 0.18
HSL 5.79º 0.55% 0.59% -
HSV(B) 5.79º 0.55% 0.82% -
XYZ 33.08 24.32 13.54 -
YUV 134.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 208 105 94 0 0.50 0.55 0.18 5.79 0.55 0.59
Hex D0 69 5E 0 32 37 12 6 37 3B
Octal 320 151 136 0 62 67 22 6 67 73
Binary 11010000 1101001 1011110 0 110010 110111 10010 110 110111 111011

Color Harmonies of #D0695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0695E

Black with #D0695E

Text Example


Text Example

White with #D0695E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0695E; }

 p { color: rgb(208,105,94); }

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

background-color css

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

 a { background-color: rgb(208,105,94); }

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

border-color css

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

 span { border-color: rgb(208,105,94); }

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