Html Css Color HEX #DCAB54 Rob Roy

📋 copy color: '#DCAB54'

red 220 ◦ green 171 ◦ blue 84

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

Shades of Rob Roy #DCAB54

Tints of Rob Roy #DCAB54

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36%

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

R = 46.32%
G = 36%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCAB54 (or 0xDCAB54) is known color: Rob Roy. HEX triplet: DC, AB and 54. RGB value is (220,171,84). Sum of RGB (Red+Green+Blue) = 220+171+84=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 84 (33.20% from 255 or 17.68% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB54 is #2354AB. Grayscale: #B0B0B0. Windows color (decimal): -2315436 or 5549020. OLE color: 5549020.

HSL color Cylindrical-coordinate representation of color #DCAB54: hue angle of 38.38º 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 #DCAB54 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 171 84 -
CMYK 0 0.22 0.62 0.14
HSL 38.38º 0.66% 0.6% -
HSV(B) 38.38º 0.62% 0.86% -
XYZ 45.68 44.98 14.66 -
YUV 175.73 76.23 159.57 -
System Red Green Blue C M Y K H S L
Decimal 220 171 84 0 0.22 0.62 0.14 38.38 0.66 0.6
Hex DC AB 54 0 16 3E E 26 42 3C
Octal 334 253 124 0 26 76 16 46 102 74
Binary 11011100 10101011 1010100 0 10110 111110 1110 100110 1000010 111100

Color Harmonies of #DCAB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB54

Black with #DCAB54

Text Example


Text Example

White with #DCAB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB54; }

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

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

background-color css

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

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

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

border-color css

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

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

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