Html Css Color HEX #DAB84E Rob Roy

📋 copy color: '#DAB84E'

red 218 ◦ green 184 ◦ blue 78

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

Shades of Rob Roy #DAB84E

Tints of Rob Roy #DAB84E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.33%

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

R = 45.42%
G = 38.33%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DAB84E (or 0xDAB84E) is known color: Rob Roy. HEX triplet: DA, B8 and 4E. RGB value is (218,184,78). Sum of RGB (Red+Green+Blue) = 218+184+78=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 78 (30.86% from 255 or 16.25% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB84E is #2547B1. Grayscale: #B6B6B6. Windows color (decimal): -2443186 or 5159130. OLE color: 5159130.

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

Color convert

RGB 218 184 78 -
CMYK 0 0.16 0.64 0.15
HSL 45.43º 0.65% 0.58% -
HSV(B) 45.43º 0.64% 0.85% -
XYZ 47.43 49.74 14.31 -
YUV 182.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 218 184 78 0 0.16 0.64 0.15 45.43 0.65 0.58
Hex DA B8 4E 0 10 40 F 2D 41 3A
Octal 332 270 116 0 20 100 17 55 101 72
Binary 11011010 10111000 1001110 0 10000 1000000 1111 101101 1000001 111010

Color Harmonies of #DAB84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB84E

Black with #DAB84E

Text Example


Text Example

White with #DAB84E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB84E; }

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

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

background-color css

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

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

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

border-color css

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

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

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