Html Css Color HEX #DCAD49 Rob Roy

📋 copy color: '#DCAD49'

red 220 ◦ green 173 ◦ blue 73

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

Shades of Rob Roy #DCAD49

Tints of Rob Roy #DCAD49

RGB

 RED value IS 220 (86.33% from 255) = 47.21%

 GREEN value IS 173 (67.97% from 255) = 37.12%

 BLUE value IS 73 (28.91% from 255) = 15.67%

R = 47.21%
G = 37.12%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCAD49 (or 0xDCAD49) is known color: Rob Roy. HEX triplet: DC, AD and 49. RGB value is (220,173,73). Sum of RGB (Red+Green+Blue) = 220+173+73=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD49 is #2352B6. Grayscale: #B0B0B0. Windows color (decimal): -2314935 or 4828636. OLE color: 4828636.

HSL color Cylindrical-coordinate representation of color #DCAD49: hue angle of 40.82º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCAD49 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 173 73 -
CMYK 0 0.21 0.67 0.14
HSL 40.82º 0.68% 0.57% -
HSV(B) 40.82º 0.67% 0.86% -
XYZ 45.66 45.58 12.7 -
YUV 175.65 70.07 159.63 -
System Red Green Blue C M Y K H S L
Decimal 220 173 73 0 0.21 0.67 0.14 40.82 0.68 0.57
Hex DC AD 49 0 15 43 E 29 44 39
Octal 334 255 111 0 25 103 16 51 104 71
Binary 11011100 10101101 1001001 0 10101 1000011 1110 101001 1000100 111001

Color Harmonies of #DCAD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD49

Black with #DCAD49

Text Example


Text Example

White with #DCAD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD49; }

 p { color: rgb(220,173,73); }

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

background-color css

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

 a { background-color: rgb(220,173,73); }

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

border-color css

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

 span { border-color: rgb(220,173,73); }

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