Html Css Color HEX #D06963 Roman

📋 copy color: '#D06963'

red 208 ◦ green 105 ◦ blue 99

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

Shades of Roman #D06963

Tints of Roman #D06963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.03%

R = 50.49%
G = 25.49%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D06963 (or 0xD06963) is known color: Roman. HEX triplet: D0, 69 and 63. RGB value is (208,105,99). Sum of RGB (Red+Green+Blue) = 208+105+99=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D06963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06963 is #2F969C. Grayscale: #878787. Windows color (decimal): -3118749 or 6515152. OLE color: 6515152.

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

Color convert

RGB 208 105 99 -
CMYK 0 0.50 0.52 0.18
HSL 3.3º 0.54% 0.6% -
HSV(B) 3.3º 0.52% 0.82% -
XYZ 33.32 24.41 14.76 -
YUV 135.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 208 105 99 0 0.50 0.52 0.18 3.3 0.54 0.6
Hex D0 69 63 0 32 34 12 3 36 3C
Octal 320 151 143 0 62 64 22 3 66 74
Binary 11010000 1101001 1100011 0 110010 110100 10010 11 110110 111100

Color Harmonies of #D06963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06963

Black with #D06963

Text Example


Text Example

White with #D06963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06963; }

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

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

background-color css

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

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

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

border-color css

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

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

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