Html Css Color HEX #D0635C Roman

📋 copy color: '#D0635C'

red 208 ◦ green 99 ◦ blue 92

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

Shades of Roman #D0635C

Tints of Roman #D0635C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.06%

R = 52.13%
G = 24.81%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0635C (or 0xD0635C) is known color: Roman. HEX triplet: D0, 63 and 5C. RGB value is (208,99,92). Sum of RGB (Red+Green+Blue) = 208+99+92=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0635C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0635C is #2F9CA3. Grayscale: #828282. Windows color (decimal): -3120292 or 6054864. OLE color: 6054864.

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

Color convert

RGB 208 99 92 -
CMYK 0 0.52 0.56 0.18
HSL 3.62º 0.55% 0.59% -
HSV(B) 3.62º 0.56% 0.82% -
XYZ 32.41 23.11 12.88 -
YUV 130.79 106.11 183.07 -
System Red Green Blue C M Y K H S L
Decimal 208 99 92 0 0.52 0.56 0.18 3.62 0.55 0.59
Hex D0 63 5C 0 34 38 12 4 37 3B
Octal 320 143 134 0 64 70 22 4 67 73
Binary 11010000 1100011 1011100 0 110100 111000 10010 100 110111 111011

Color Harmonies of #D0635C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0635C

Black with #D0635C

Text Example


Text Example

White with #D0635C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0635C; }

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

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

background-color css

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

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

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

border-color css

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

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

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