Html Css Color HEX #DAB44A Rob Roy

📋 copy color: '#DAB44A'

red 218 ◦ green 180 ◦ blue 74

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

Shades of Rob Roy #DAB44A

Tints of Rob Roy #DAB44A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.14%

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

R = 46.19%
G = 38.14%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAB44A (or 0xDAB44A) is known color: Rob Roy. HEX triplet: DA, B4 and 4A. RGB value is (218,180,74). Sum of RGB (Red+Green+Blue) = 218+180+74=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB44A is #254BB5. Grayscale: #B3B3B3. Windows color (decimal): -2444214 or 4895962. OLE color: 4895962.

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

Color convert

RGB 218 180 74 -
CMYK 0 0.17 0.66 0.15
HSL 44.17º 0.66% 0.57% -
HSV(B) 44.17º 0.66% 0.85% -
XYZ 46.47 48.04 13.3 -
YUV 179.28 68.59 155.62 -
System Red Green Blue C M Y K H S L
Decimal 218 180 74 0 0.17 0.66 0.15 44.17 0.66 0.57
Hex DA B4 4A 0 11 42 F 2C 42 39
Octal 332 264 112 0 21 102 17 54 102 71
Binary 11011010 10110100 1001010 0 10001 1000010 1111 101100 1000010 111001

Color Harmonies of #DAB44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB44A

Black with #DAB44A

Text Example


Text Example

White with #DAB44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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