Html Css Color HEX #DAB04E Rob Roy

📋 copy color: '#DAB04E'

red 218 ◦ green 176 ◦ blue 78

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

Shades of Rob Roy #DAB04E

Tints of Rob Roy #DAB04E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.29%

 BLUE value IS 78 (30.86% from 255) = 16.53%

R = 46.19%
G = 37.29%
B = 16.53%

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

#DAB04E (or 0xDAB04E) is known color: Rob Roy. HEX triplet: DA, B0 and 4E. RGB value is (218,176,78). Sum of RGB (Red+Green+Blue) = 218+176+78=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 78 (30.86% from 255 or 16.53% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB04E is #254FB1. Grayscale: #B1B1B1. Windows color (decimal): -2445234 or 5157082. OLE color: 5157082.

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

Color convert

RGB 218 176 78 -
CMYK 0 0.19 0.64 0.15
HSL 42º 0.65% 0.58% -
HSV(B) 42º 0.64% 0.85% -
XYZ 45.81 46.51 13.77 -
YUV 177.39 71.91 156.97 -
System Red Green Blue C M Y K H S L
Decimal 218 176 78 0 0.19 0.64 0.15 42 0.65 0.58
Hex DA B0 4E 0 13 40 F 2A 41 3A
Octal 332 260 116 0 23 100 17 52 101 72
Binary 11011010 10110000 1001110 0 10011 1000000 1111 101010 1000001 111010

Color Harmonies of #DAB04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB04E

Black with #DAB04E

Text Example


Text Example

White with #DAB04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB04E; }

 p { color: rgb(218,176,78); }

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

background-color css

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

 a { background-color: rgb(218,176,78); }

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

border-color css

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

 span { border-color: rgb(218,176,78); }

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