Html Css Color HEX #DAB14A Rob Roy

📋 copy color: '#DAB14A'

red 218 ◦ green 177 ◦ blue 74

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

Shades of Rob Roy #DAB14A

Tints of Rob Roy #DAB14A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.74%

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

R = 46.48%
G = 37.74%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAB14A (or 0xDAB14A) is known color: Rob Roy. HEX triplet: DA, B1 and 4A. RGB value is (218,177,74). Sum of RGB (Red+Green+Blue) = 218+177+74=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB14A is #254EB5. Grayscale: #B1B1B1. Windows color (decimal): -2444982 or 4895194. OLE color: 4895194.

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

Color convert

RGB 218 177 74 -
CMYK 0 0.19 0.66 0.15
HSL 42.92º 0.66% 0.57% -
HSV(B) 42.92º 0.66% 0.85% -
XYZ 45.87 46.84 13.1 -
YUV 177.52 69.58 156.88 -
System Red Green Blue C M Y K H S L
Decimal 218 177 74 0 0.19 0.66 0.15 42.92 0.66 0.57
Hex DA B1 4A 0 13 42 F 2B 42 39
Octal 332 261 112 0 23 102 17 53 102 71
Binary 11011010 10110001 1001010 0 10011 1000010 1111 101011 1000010 111001

Color Harmonies of #DAB14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB14A

Black with #DAB14A

Text Example


Text Example

White with #DAB14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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