Html Css Color HEX #DBAC54 Rob Roy

📋 copy color: '#DBAC54'

red 219 ◦ green 172 ◦ blue 84

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

Shades of Rob Roy #DBAC54

Tints of Rob Roy #DBAC54

RGB

 RED value IS 219 (85.94% from 255) = 46.11%

 GREEN value IS 172 (67.58% from 255) = 36.21%

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

R = 46.11%
G = 36.21%
B = 17.68%

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

#DBAC54 (or 0xDBAC54) is known color: Rob Roy. HEX triplet: DB, AC and 54. RGB value is (219,172,84). Sum of RGB (Red+Green+Blue) = 219+172+84=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 84 (33.20% from 255 or 17.68% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC54 is #2453AB. Grayscale: #B0B0B0. Windows color (decimal): -2380716 or 5549275. OLE color: 5549275.

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

Color convert

RGB 219 172 84 -
CMYK 0 0.21 0.62 0.14
HSL 39.11º 0.65% 0.59% -
HSV(B) 39.11º 0.62% 0.86% -
XYZ 45.57 45.21 14.71 -
YUV 176.02 76.07 158.66 -
System Red Green Blue C M Y K H S L
Decimal 219 172 84 0 0.21 0.62 0.14 39.11 0.65 0.59
Hex DB AC 54 0 15 3E E 27 41 3B
Octal 333 254 124 0 25 76 16 47 101 73
Binary 11011011 10101100 1010100 0 10101 111110 1110 100111 1000001 111011

Color Harmonies of #DBAC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC54

Black with #DBAC54

Text Example


Text Example

White with #DBAC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC54; }

 p { color: rgb(219,172,84); }

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

background-color css

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

 a { background-color: rgb(219,172,84); }

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

border-color css

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

 span { border-color: rgb(219,172,84); }

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