Html Css Color HEX #D0695B Roman

📋 copy color: '#D0695B'

red 208 ◦ green 105 ◦ blue 91

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

Shades of Roman #D0695B

Tints of Roman #D0695B

RGB

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

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

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

R = 51.49%
G = 25.99%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0695B (or 0xD0695B) is known color: Roman. HEX triplet: D0, 69 and 5B. RGB value is (208,105,91). Sum of RGB (Red+Green+Blue) = 208+105+91=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0695B is #2F96A4. Grayscale: #868686. Windows color (decimal): -3118757 or 5990864. OLE color: 5990864.

HSL color Cylindrical-coordinate representation of color #D0695B: hue angle of 7.18º 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 #D0695B is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 105 91 -
CMYK 0 0.50 0.56 0.18
HSL 7.18º 0.55% 0.59% -
HSV(B) 7.18º 0.56% 0.82% -
XYZ 32.95 24.27 12.85 -
YUV 134.2 103.62 180.64 -
System Red Green Blue C M Y K H S L
Decimal 208 105 91 0 0.50 0.56 0.18 7.18 0.55 0.59
Hex D0 69 5B 0 32 38 12 7 37 3B
Octal 320 151 133 0 62 70 22 7 67 73
Binary 11010000 1101001 1011011 0 110010 111000 10010 111 110111 111011

Color Harmonies of #D0695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0695B

Black with #D0695B

Text Example


Text Example

White with #D0695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0695B; }

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

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

background-color css

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

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

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

border-color css

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

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

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