Html Css Color HEX #DAB14D Rob Roy

📋 copy color: '#DAB14D'

red 218 ◦ green 177 ◦ blue 77

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

Shades of Rob Roy #DAB14D

Tints of Rob Roy #DAB14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.31%

R = 46.19%
G = 37.5%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAB14D (or 0xDAB14D) is known color: Rob Roy. HEX triplet: DA, B1 and 4D. RGB value is (218,177,77). Sum of RGB (Red+Green+Blue) = 218+177+77=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB14D is #254EB2. Grayscale: #B2B2B2. Windows color (decimal): -2444979 or 5091802. OLE color: 5091802.

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

Color convert

RGB 218 177 77 -
CMYK 0 0.19 0.65 0.15
HSL 42.55º 0.66% 0.58% -
HSV(B) 42.55º 0.65% 0.85% -
XYZ 45.98 46.89 13.65 -
YUV 177.86 71.08 156.63 -
System Red Green Blue C M Y K H S L
Decimal 218 177 77 0 0.19 0.65 0.15 42.55 0.66 0.58
Hex DA B1 4D 0 13 41 F 2B 42 3A
Octal 332 261 115 0 23 101 17 53 102 72
Binary 11011010 10110001 1001101 0 10011 1000001 1111 101011 1000010 111010

Color Harmonies of #DAB14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB14D

Black with #DAB14D

Text Example


Text Example

White with #DAB14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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