Html Css Color HEX #DBAC57 Rob Roy

📋 copy color: '#DBAC57'

red 219 ◦ green 172 ◦ blue 87

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

Shades of Rob Roy #DBAC57

Tints of Rob Roy #DBAC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.2%

R = 45.82%
G = 35.98%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBAC57 (or 0xDBAC57) is known color: Rob Roy. HEX triplet: DB, AC and 57. RGB value is (219,172,87). Sum of RGB (Red+Green+Blue) = 219+172+87=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 87 (34.38% from 255 or 18.20% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC57 is #2453A8. Grayscale: #B0B0B0. Windows color (decimal): -2380713 or 5745883. OLE color: 5745883.

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

Color convert

RGB 219 172 87 -
CMYK 0 0.21 0.60 0.14
HSL 38.64º 0.65% 0.6% -
HSV(B) 38.64º 0.6% 0.86% -
XYZ 45.69 45.25 15.34 -
YUV 176.36 77.57 158.41 -
System Red Green Blue C M Y K H S L
Decimal 219 172 87 0 0.21 0.60 0.14 38.64 0.65 0.6
Hex DB AC 57 0 15 3C E 27 41 3C
Octal 333 254 127 0 25 74 16 47 101 74
Binary 11011011 10101100 1010111 0 10101 111100 1110 100111 1000001 111100

Color Harmonies of #DBAC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC57

Black with #DBAC57

Text Example


Text Example

White with #DBAC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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