Html Css Color HEX #DBAC4A Rob Roy

📋 copy color: '#DBAC4A'

red 219 ◦ green 172 ◦ blue 74

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

Shades of Rob Roy #DBAC4A

Tints of Rob Roy #DBAC4A

RGB

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

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

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

R = 47.1%
G = 36.99%
B = 15.91%

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

#DBAC4A (or 0xDBAC4A) is known color: Rob Roy. HEX triplet: DB, AC and 4A. RGB value is (219,172,74). Sum of RGB (Red+Green+Blue) = 219+172+74=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC4A is #2453B5. Grayscale: #AFAFAF. Windows color (decimal): -2380726 or 4893915. OLE color: 4893915.

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

Color convert

RGB 219 172 74 -
CMYK 0 0.21 0.66 0.14
HSL 40.55º 0.67% 0.57% -
HSV(B) 40.55º 0.66% 0.86% -
XYZ 45.2 45.06 12.79 -
YUV 174.88 71.07 159.47 -
System Red Green Blue C M Y K H S L
Decimal 219 172 74 0 0.21 0.66 0.14 40.55 0.67 0.57
Hex DB AC 4A 0 15 42 E 29 43 39
Octal 333 254 112 0 25 102 16 51 103 71
Binary 11011011 10101100 1001010 0 10101 1000010 1110 101001 1000011 111001

Color Harmonies of #DBAC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC4A

Black with #DBAC4A

Text Example


Text Example

White with #DBAC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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