Html Css Color HEX #DAA653 Rob Roy

📋 copy color: '#DAA653'

red 218 ◦ green 166 ◦ blue 83

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

Shades of Rob Roy #DAA653

Tints of Rob Roy #DAA653

RGB

 RED value IS 218 (85.55% from 255) = 46.68%

 GREEN value IS 166 (65.23% from 255) = 35.55%

 BLUE value IS 83 (32.81% from 255) = 17.77%

R = 46.68%
G = 35.55%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAA653 (or 0xDAA653) is known color: Rob Roy. HEX triplet: DA, A6 and 53. RGB value is (218,166,83). Sum of RGB (Red+Green+Blue) = 218+166+83=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 83 (32.81% from 255 or 17.77% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA653 is #2559AC. Grayscale: #ACACAC. Windows color (decimal): -2447789 or 5482202. OLE color: 5482202.

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

Color convert

RGB 218 166 83 -
CMYK 0 0.24 0.62 0.15
HSL 36.89º 0.65% 0.59% -
HSV(B) 36.89º 0.62% 0.85% -
XYZ 44.11 42.8 14.12 -
YUV 172.09 77.73 160.75 -
System Red Green Blue C M Y K H S L
Decimal 218 166 83 0 0.24 0.62 0.15 36.89 0.65 0.59
Hex DA A6 53 0 18 3E F 25 41 3B
Octal 332 246 123 0 30 76 17 45 101 73
Binary 11011010 10100110 1010011 0 11000 111110 1111 100101 1000001 111011

Color Harmonies of #DAA653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA653

Black with #DAA653

Text Example


Text Example

White with #DAA653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA653; }

 p { color: rgb(218,166,83); }

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

background-color css

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

 a { background-color: rgb(218,166,83); }

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

border-color css

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

 span { border-color: rgb(218,166,83); }

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