Html Css Color HEX #DCAD54 Rob Roy

📋 copy color: '#DCAD54'

red 220 ◦ green 173 ◦ blue 84

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

Shades of Rob Roy #DCAD54

Tints of Rob Roy #DCAD54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.61%

R = 46.12%
G = 36.27%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCAD54 (or 0xDCAD54) is known color: Rob Roy. HEX triplet: DC, AD and 54. RGB value is (220,173,84). Sum of RGB (Red+Green+Blue) = 220+173+84=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 84 (33.20% from 255 or 17.61% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD54 is #2352AB. Grayscale: #B1B1B1. Windows color (decimal): -2314924 or 5549532. OLE color: 5549532.

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

Color convert

RGB 220 173 84 -
CMYK 0 0.21 0.62 0.14
HSL 39.26º 0.66% 0.6% -
HSV(B) 39.26º 0.62% 0.86% -
XYZ 46.06 45.74 14.79 -
YUV 176.91 75.57 158.74 -
System Red Green Blue C M Y K H S L
Decimal 220 173 84 0 0.21 0.62 0.14 39.26 0.66 0.6
Hex DC AD 54 0 15 3E E 27 42 3C
Octal 334 255 124 0 25 76 16 47 102 74
Binary 11011100 10101101 1010100 0 10101 111110 1110 100111 1000010 111100

Color Harmonies of #DCAD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD54

Black with #DCAD54

Text Example


Text Example

White with #DCAD54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD54; }

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

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

background-color css

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

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

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

border-color css

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

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

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