Html Css Color HEX #DAA253 Rob Roy

📋 copy color: '#DAA253'

red 218 ◦ green 162 ◦ blue 83

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

Shades of Rob Roy #DAA253

Tints of Rob Roy #DAA253

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.99%

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

R = 47.08%
G = 34.99%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAA253 (or 0xDAA253) is known color: Rob Roy. HEX triplet: DA, A2 and 53. RGB value is (218,162,83). Sum of RGB (Red+Green+Blue) = 218+162+83=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA253 is #255DAC. Grayscale: #AAAAAA. Windows color (decimal): -2448813 or 5481178. OLE color: 5481178.

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

Color convert

RGB 218 162 83 -
CMYK 0 0.26 0.62 0.15
HSL 35.11º 0.65% 0.59% -
HSV(B) 35.11º 0.62% 0.85% -
XYZ 43.4 41.37 13.88 -
YUV 169.74 79.05 162.42 -
System Red Green Blue C M Y K H S L
Decimal 218 162 83 0 0.26 0.62 0.15 35.11 0.65 0.59
Hex DA A2 53 0 1A 3E F 23 41 3B
Octal 332 242 123 0 32 76 17 43 101 73
Binary 11011010 10100010 1010011 0 11010 111110 1111 100011 1000001 111011

Color Harmonies of #DAA253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA253

Black with #DAA253

Text Example


Text Example

White with #DAA253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA253; }

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

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

background-color css

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

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

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

border-color css

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

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

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