Html Css Color HEX #DAB14F Rob Roy

📋 copy color: '#DAB14F'

red 218 ◦ green 177 ◦ blue 79

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

Shades of Rob Roy #DAB14F

Tints of Rob Roy #DAB14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.67%

R = 45.99%
G = 37.34%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DAB14F (or 0xDAB14F) is known color: Rob Roy. HEX triplet: DA, B1 and 4F. RGB value is (218,177,79). Sum of RGB (Red+Green+Blue) = 218+177+79=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 79 (31.25% from 255 or 16.67% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB14F is #254EB0. Grayscale: #B2B2B2. Windows color (decimal): -2444977 or 5222874. OLE color: 5222874.

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

Color convert

RGB 218 177 79 -
CMYK 0 0.19 0.64 0.15
HSL 42.3º 0.65% 0.58% -
HSV(B) 42.3º 0.64% 0.85% -
XYZ 46.05 46.91 14.03 -
YUV 178.09 72.08 156.47 -
System Red Green Blue C M Y K H S L
Decimal 218 177 79 0 0.19 0.64 0.15 42.3 0.65 0.58
Hex DA B1 4F 0 13 40 F 2A 41 3A
Octal 332 261 117 0 23 100 17 52 101 72
Binary 11011010 10110001 1001111 0 10011 1000000 1111 101010 1000001 111010

Color Harmonies of #DAB14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB14F

Black with #DAB14F

Text Example


Text Example

White with #DAB14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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