Html Css Color HEX #D0655E Roman

📋 copy color: '#D0655E'

red 208 ◦ green 101 ◦ blue 94

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

Shades of Roman #D0655E

Tints of Roman #D0655E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.06%

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

R = 51.61%
G = 25.06%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0655E (or 0xD0655E) is known color: Roman. HEX triplet: D0, 65 and 5E. RGB value is (208,101,94). Sum of RGB (Red+Green+Blue) = 208+101+94=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0655E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0655E is #2F9AA1. Grayscale: #848484. Windows color (decimal): -3119778 or 6186448. OLE color: 6186448.

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

Color convert

RGB 208 101 94 -
CMYK 0 0.51 0.55 0.18
HSL 3.68º 0.55% 0.59% -
HSV(B) 3.68º 0.55% 0.82% -
XYZ 32.69 23.53 13.41 -
YUV 132.2 106.45 182.07 -
System Red Green Blue C M Y K H S L
Decimal 208 101 94 0 0.51 0.55 0.18 3.68 0.55 0.59
Hex D0 65 5E 0 33 37 12 4 37 3B
Octal 320 145 136 0 63 67 22 4 67 73
Binary 11010000 1100101 1011110 0 110011 110111 10010 100 110111 111011

Color Harmonies of #D0655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0655E

Black with #D0655E

Text Example


Text Example

White with #D0655E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0655E; }

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

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

background-color css

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

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

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

border-color css

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

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

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