#DAAC4B

Color #DAAC4B Rob Roy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rob Roy #DAAC4B

Tints of Rob Roy #DAAC4B

Color information

#DAAC4B (or 0xDAAC4B) is unknown color: approx Rob Roy. HEX triplet: DA, AC and 4B. RGB value is (218,172,75). Sum of RGB (Red+Green+Blue) = 218+172+75=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAC4B is #2553B4. Grayscale: #AFAFAF. Windows color (decimal): -2446261 or 4959450. OLE color: 4959450.

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

Color convert

RGB21817275-
CMYK00.210.660.15
HSL40.7º65.9%57.45%-
HSV(B)40.7º65.6%85.49%-
XYZ44.9444.9212.96-
YUV174.771.74158.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.88%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 75 (29.69% from 255) = 16.13%
R=46.88%
G=36.99%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181727500.210.660.1540.765.957.45
HexDAAC4B01542F294239
Octal332254113025102175110271
Binary11011010101011001001011010101100001011111010011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAC4B; }

 p { color: rgb(218,172,75); }

 H1.HeaderClassName
 {
   color: #DAAC4B;
 }
 .AnyTagClassName
 {
   color: #DAAC4B;
 }
</style>
background-color css

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

 a { background-color: rgb(218,172,75); }

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

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

 span { border-color: rgb(218,172,75); }

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