Html Css Color HEX #DAAD4A Rob Roy

📋 copy color: '#DAAD4A'

red 218 ◦ green 173 ◦ blue 74

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

Shades of Rob Roy #DAAD4A

Tints of Rob Roy #DAAD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.91%

R = 46.88%
G = 37.2%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAAD4A (or 0xDAAD4A) is known color: Rob Roy. HEX triplet: DA, AD and 4A. RGB value is (218,173,74). Sum of RGB (Red+Green+Blue) = 218+173+74=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAD4A is #2552B5. Grayscale: #AFAFAF. Windows color (decimal): -2446006 or 4894170. OLE color: 4894170.

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

Color convert

RGB 218 173 74 -
CMYK 0 0.21 0.66 0.15
HSL 41.25º 0.66% 0.57% -
HSV(B) 41.25º 0.66% 0.85% -
XYZ 45.09 45.29 12.84 -
YUV 175.17 70.91 158.55 -
System Red Green Blue C M Y K H S L
Decimal 218 173 74 0 0.21 0.66 0.15 41.25 0.66 0.57
Hex DA AD 4A 0 15 42 F 29 42 39
Octal 332 255 112 0 25 102 17 51 102 71
Binary 11011010 10101101 1001010 0 10101 1000010 1111 101001 1000010 111001

Color Harmonies of #DAAD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAD4A

Black with #DAAD4A

Text Example


Text Example

White with #DAAD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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