Html Css Color HEX #DAB853 Rob Roy

📋 copy color: '#DAB853'

red 218 ◦ green 184 ◦ blue 83

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

Shades of Rob Roy #DAB853

Tints of Rob Roy #DAB853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.11%

R = 44.95%
G = 37.94%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAB853 (or 0xDAB853) is known color: Rob Roy. HEX triplet: DA, B8 and 53. RGB value is (218,184,83). Sum of RGB (Red+Green+Blue) = 218+184+83=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB853 is #2547AC. Grayscale: #B7B7B7. Windows color (decimal): -2443181 or 5486810. OLE color: 5486810.

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

Color convert

RGB 218 184 83 -
CMYK 0 0.16 0.62 0.15
HSL 44.89º 0.65% 0.59% -
HSV(B) 44.89º 0.62% 0.85% -
XYZ 47.62 49.81 15.29 -
YUV 182.65 71.76 153.21 -
System Red Green Blue C M Y K H S L
Decimal 218 184 83 0 0.16 0.62 0.15 44.89 0.65 0.59
Hex DA B8 53 0 10 3E F 2D 41 3B
Octal 332 270 123 0 20 76 17 55 101 73
Binary 11011010 10111000 1010011 0 10000 111110 1111 101101 1000001 111011

Color Harmonies of #DAB853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB853

Black with #DAB853

Text Example


Text Example

White with #DAB853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB853; }

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

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

background-color css

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

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

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

border-color css

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

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

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