Html Css Color HEX #DAA850 Rob Roy

📋 copy color: '#DAA850'

red 218 ◦ green 168 ◦ blue 80

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

Shades of Rob Roy #DAA850

Tints of Rob Roy #DAA850

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.05%

 BLUE value IS 80 (31.64% from 255) = 17.17%

R = 46.78%
G = 36.05%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DAA850 (or 0xDAA850) is known color: Rob Roy. HEX triplet: DA, A8 and 50. RGB value is (218,168,80). Sum of RGB (Red+Green+Blue) = 218+168+80=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA850 is #2557AF. Grayscale: #ADADAD. Windows color (decimal): -2447280 or 5286106. OLE color: 5286106.

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

Color convert

RGB 218 168 80 -
CMYK 0 0.23 0.63 0.15
HSL 38.26º 0.65% 0.58% -
HSV(B) 38.26º 0.63% 0.85% -
XYZ 44.36 43.49 13.65 -
YUV 172.92 75.57 160.16 -
System Red Green Blue C M Y K H S L
Decimal 218 168 80 0 0.23 0.63 0.15 38.26 0.65 0.58
Hex DA A8 50 0 17 3F F 26 41 3A
Octal 332 250 120 0 27 77 17 46 101 72
Binary 11011010 10101000 1010000 0 10111 111111 1111 100110 1000001 111010

Color Harmonies of #DAA850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA850

Black with #DAA850

Text Example


Text Example

White with #DAA850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA850; }

 p { color: rgb(218,168,80); }

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

background-color css

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

 a { background-color: rgb(218,168,80); }

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

border-color css

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

 span { border-color: rgb(218,168,80); }

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