Html Css Color HEX #D0635A Roman

📋 copy color: '#D0635A'

red 208 ◦ green 99 ◦ blue 90

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

Shades of Roman #D0635A

Tints of Roman #D0635A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.67%

R = 52.39%
G = 24.94%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0635A (or 0xD0635A) is known color: Roman. HEX triplet: D0, 63 and 5A. RGB value is (208,99,90). Sum of RGB (Red+Green+Blue) = 208+99+90=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D0635A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0635A is #2F9CA5. Grayscale: #828282. Windows color (decimal): -3120294 or 5923792. OLE color: 5923792.

HSL color Cylindrical-coordinate representation of color #D0635A: hue angle of 4.58º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0635A is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 99 90 -
CMYK 0 0.52 0.57 0.18
HSL 4.58º 0.56% 0.58% -
HSV(B) 4.58º 0.57% 0.82% -
XYZ 32.32 23.07 12.42 -
YUV 130.57 105.11 183.23 -
System Red Green Blue C M Y K H S L
Decimal 208 99 90 0 0.52 0.57 0.18 4.58 0.56 0.58
Hex D0 63 5A 0 34 39 12 5 38 3A
Octal 320 143 132 0 64 71 22 5 70 72
Binary 11010000 1100011 1011010 0 110100 111001 10010 101 111000 111010

Color Harmonies of #D0635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0635A

Black with #D0635A

Text Example


Text Example

White with #D0635A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0635A; }

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

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

background-color css

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

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

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

border-color css

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

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

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