Html Css Color HEX #DBAC4F Rob Roy

📋 copy color: '#DBAC4F'

red 219 ◦ green 172 ◦ blue 79

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

Shades of Rob Roy #DBAC4F

Tints of Rob Roy #DBAC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.81%

R = 46.6%
G = 36.6%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DBAC4F (or 0xDBAC4F) is known color: Rob Roy. HEX triplet: DB, AC and 4F. RGB value is (219,172,79). Sum of RGB (Red+Green+Blue) = 219+172+79=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 79 (31.25% from 255 or 16.81% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC4F is #2453B0. Grayscale: #AFAFAF. Windows color (decimal): -2380721 or 5221595. OLE color: 5221595.

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

Color convert

RGB 219 172 79 -
CMYK 0 0.21 0.64 0.14
HSL 39.86º 0.66% 0.58% -
HSV(B) 39.86º 0.64% 0.86% -
XYZ 45.38 45.13 13.72 -
YUV 175.45 73.57 159.06 -
System Red Green Blue C M Y K H S L
Decimal 219 172 79 0 0.21 0.64 0.14 39.86 0.66 0.58
Hex DB AC 4F 0 15 40 E 28 42 3A
Octal 333 254 117 0 25 100 16 50 102 72
Binary 11011011 10101100 1001111 0 10101 1000000 1110 101000 1000010 111010

Color Harmonies of #DBAC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC4F

Black with #DBAC4F

Text Example


Text Example

White with #DBAC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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