Html Css Color HEX #D06761 Roman

📋 copy color: '#D06761'

red 208 ◦ green 103 ◦ blue 97

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

Shades of Roman #D06761

Tints of Roman #D06761

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.25%

 BLUE value IS 97 (38.28% from 255) = 23.77%

R = 50.98%
G = 25.25%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D06761 (or 0xD06761) is known color: Roman. HEX triplet: D0, 67 and 61. RGB value is (208,103,97). Sum of RGB (Red+Green+Blue) = 208+103+97=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D06761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06761 is #2F989E. Grayscale: #858585. Windows color (decimal): -3119263 or 6383568. OLE color: 6383568.

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

Color convert

RGB 208 103 97 -
CMYK 0 0.50 0.53 0.18
HSL 3.24º 0.54% 0.6% -
HSV(B) 3.24º 0.53% 0.82% -
XYZ 33.02 23.97 14.2 -
YUV 133.71 107.29 180.99 -
System Red Green Blue C M Y K H S L
Decimal 208 103 97 0 0.50 0.53 0.18 3.24 0.54 0.6
Hex D0 67 61 0 32 35 12 3 36 3C
Octal 320 147 141 0 62 65 22 3 66 74
Binary 11010000 1100111 1100001 0 110010 110101 10010 11 110110 111100

Color Harmonies of #D06761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06761

Black with #D06761

Text Example


Text Example

White with #D06761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06761; }

 p { color: rgb(208,103,97); }

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

background-color css

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

 a { background-color: rgb(208,103,97); }

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

border-color css

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

 span { border-color: rgb(208,103,97); }

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