#DAAC4D

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

Shades of Rob Roy #DAAC4D

Tints of Rob Roy #DAAC4D

Color information

#DAAC4D (or 0xDAAC4D) is unknown color: approx Rob Roy. HEX triplet: DA, AC and 4D. RGB value is (218,172,77). Sum of RGB (Red+Green+Blue) = 218+172+77=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC4D is #2553B2. Grayscale: #AFAFAF. Windows color (decimal): -2446259 or 5090522. OLE color: 5090522.

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

Color convert

RGB21817277-
CMYK00.210.650.15
HSL40.43º65.58%57.84%-
HSV(B)40.43º64.68%85.49%-
XYZ45.0144.9513.32-
YUV174.9272.74158.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.68%
GREEN value IS 172 (67.58% from 255) = 36.83%
BLUE value IS 77 (30.47% from 255) = 16.49%
R=46.68%
G=36.83%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181727700.210.650.1540.4365.5857.84
HexDAAC4D01541F28423a
Octal332254115025101175010272
Binary11011010101011001001101010101100000111111010001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAC4D; }

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

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

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

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

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

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

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

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