Html Css Color HEX #DAA14E Rob Roy

📋 copy color: '#DAA14E'

red 218 ◦ green 161 ◦ blue 78

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

Shades of Rob Roy #DAA14E

Tints of Rob Roy #DAA14E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.23%

 BLUE value IS 78 (30.86% from 255) = 17.07%

R = 47.7%
G = 35.23%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DAA14E (or 0xDAA14E) is known color: Rob Roy. HEX triplet: DA, A1 and 4E. RGB value is (218,161,78). Sum of RGB (Red+Green+Blue) = 218+161+78=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA14E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA14E is #255EB1. Grayscale: #A8A8A8. Windows color (decimal): -2449074 or 5153242. OLE color: 5153242.

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

Color convert

RGB 218 161 78 -
CMYK 0 0.26 0.64 0.15
HSL 35.57º 0.65% 0.58% -
HSV(B) 35.57º 0.64% 0.85% -
XYZ 43.03 40.95 12.84 -
YUV 168.58 76.88 163.25 -
System Red Green Blue C M Y K H S L
Decimal 218 161 78 0 0.26 0.64 0.15 35.57 0.65 0.58
Hex DA A1 4E 0 1A 40 F 24 41 3A
Octal 332 241 116 0 32 100 17 44 101 72
Binary 11011010 10100001 1001110 0 11010 1000000 1111 100100 1000001 111010

Color Harmonies of #DAA14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA14E

Black with #DAA14E

Text Example


Text Example

White with #DAA14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA14E; }

 p { color: rgb(218,161,78); }

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

background-color css

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

 a { background-color: rgb(218,161,78); }

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

border-color css

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

 span { border-color: rgb(218,161,78); }

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