Html Css Color HEX #DCAD4A Rob Roy

📋 copy color: '#DCAD4A'

red 220 ◦ green 173 ◦ blue 74

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

Shades of Rob Roy #DCAD4A

Tints of Rob Roy #DCAD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.85%

R = 47.11%
G = 37.04%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCAD4A (or 0xDCAD4A) is known color: Rob Roy. HEX triplet: DC, AD and 4A. RGB value is (220,173,74). Sum of RGB (Red+Green+Blue) = 220+173+74=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD4A is #2352B5. Grayscale: #B0B0B0. Windows color (decimal): -2314934 or 4894172. OLE color: 4894172.

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

Color convert

RGB 220 173 74 -
CMYK 0 0.21 0.66 0.14
HSL 40.68º 0.68% 0.58% -
HSV(B) 40.68º 0.66% 0.86% -
XYZ 45.69 45.6 12.87 -
YUV 175.77 70.57 159.55 -
System Red Green Blue C M Y K H S L
Decimal 220 173 74 0 0.21 0.66 0.14 40.68 0.68 0.58
Hex DC AD 4A 0 15 42 E 29 44 3A
Octal 334 255 112 0 25 102 16 51 104 72
Binary 11011100 10101101 1001010 0 10101 1000010 1110 101001 1000100 111010

Color Harmonies of #DCAD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD4A

Black with #DCAD4A

Text Example


Text Example

White with #DCAD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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