Html Css Color HEX #D0635D Roman

📋 copy color: '#D0635D'

red 208 ◦ green 99 ◦ blue 93

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

Shades of Roman #D0635D

Tints of Roman #D0635D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.75%

 BLUE value IS 93 (36.72% from 255) = 23.25%

R = 52%
G = 24.75%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0635D (or 0xD0635D) is known color: Roman. HEX triplet: D0, 63 and 5D. RGB value is (208,99,93). Sum of RGB (Red+Green+Blue) = 208+99+93=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0635D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0635D is #2F9CA2. Grayscale: #838383. Windows color (decimal): -3120291 or 6120400. OLE color: 6120400.

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

Color convert

RGB 208 99 93 -
CMYK 0 0.52 0.55 0.18
HSL 3.13º 0.55% 0.59% -
HSV(B) 3.13º 0.55% 0.82% -
XYZ 32.45 23.12 13.11 -
YUV 130.91 106.61 182.99 -
System Red Green Blue C M Y K H S L
Decimal 208 99 93 0 0.52 0.55 0.18 3.13 0.55 0.59
Hex D0 63 5D 0 34 37 12 3 37 3B
Octal 320 143 135 0 64 67 22 3 67 73
Binary 11010000 1100011 1011101 0 110100 110111 10010 11 110111 111011

Color Harmonies of #D0635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0635D

Black with #D0635D

Text Example


Text Example

White with #D0635D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0635D; }

 p { color: rgb(208,99,93); }

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

background-color css

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

 a { background-color: rgb(208,99,93); }

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

border-color css

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

 span { border-color: rgb(208,99,93); }

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