Html Css Color HEX #DAA353 Rob Roy

📋 copy color: '#DAA353'

red 218 ◦ green 163 ◦ blue 83

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

Shades of Rob Roy #DAA353

Tints of Rob Roy #DAA353

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.13%

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

R = 46.98%
G = 35.13%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAA353 (or 0xDAA353) is known color: Rob Roy. HEX triplet: DA, A3 and 53. RGB value is (218,163,83). Sum of RGB (Red+Green+Blue) = 218+163+83=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA353 is #255CAC. Grayscale: #AAAAAA. Windows color (decimal): -2448557 or 5481434. OLE color: 5481434.

HSL color Cylindrical-coordinate representation of color #DAA353: hue angle of 35.56º 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 #DAA353 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 163 83 -
CMYK 0 0.25 0.62 0.15
HSL 35.56º 0.65% 0.59% -
HSV(B) 35.56º 0.62% 0.85% -
XYZ 43.57 41.72 13.94 -
YUV 170.33 78.72 162 -
System Red Green Blue C M Y K H S L
Decimal 218 163 83 0 0.25 0.62 0.15 35.56 0.65 0.59
Hex DA A3 53 0 19 3E F 24 41 3B
Octal 332 243 123 0 31 76 17 44 101 73
Binary 11011010 10100011 1010011 0 11001 111110 1111 100100 1000001 111011

Color Harmonies of #DAA353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA353

Black with #DAA353

Text Example


Text Example

White with #DAA353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA353; }

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

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

background-color css

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

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

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

border-color css

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

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

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