Html Css Color HEX #DAAD49 Rob Roy

📋 copy color: '#DAAD49'

red 218 ◦ green 173 ◦ blue 73

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

Shades of Rob Roy #DAAD49

Tints of Rob Roy #DAAD49

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.28%

 BLUE value IS 73 (28.91% from 255) = 15.73%

R = 46.98%
G = 37.28%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAAD49 (or 0xDAAD49) is known color: Rob Roy. HEX triplet: DA, AD and 49. RGB value is (218,173,73). Sum of RGB (Red+Green+Blue) = 218+173+73=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAD49 is #2552B6. Grayscale: #AFAFAF. Windows color (decimal): -2446007 or 4828634. OLE color: 4828634.

HSL color Cylindrical-coordinate representation of color #DAAD49: hue angle of 41.38º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAAD49 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 173 73 -
CMYK 0 0.21 0.67 0.15
HSL 41.38º 0.66% 0.57% -
HSV(B) 41.38º 0.67% 0.85% -
XYZ 45.06 45.27 12.67 -
YUV 175.06 70.41 158.63 -
System Red Green Blue C M Y K H S L
Decimal 218 173 73 0 0.21 0.67 0.15 41.38 0.66 0.57
Hex DA AD 49 0 15 43 F 29 42 39
Octal 332 255 111 0 25 103 17 51 102 71
Binary 11011010 10101101 1001001 0 10101 1000011 1111 101001 1000010 111001

Color Harmonies of #DAAD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAD49

Black with #DAAD49

Text Example


Text Example

White with #DAAD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAD49; }

 p { color: rgb(218,173,73); }

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

background-color css

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

 a { background-color: rgb(218,173,73); }

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

border-color css

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

 span { border-color: rgb(218,173,73); }

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