Html Css Color HEX #DAB852 Rob Roy

📋 copy color: '#DAB852'

red 218 ◦ green 184 ◦ blue 82

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

Shades of Rob Roy #DAB852

Tints of Rob Roy #DAB852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.94%

R = 45.04%
G = 38.02%
B = 16.94%

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

#DAB852 (or 0xDAB852) is known color: Rob Roy. HEX triplet: DA, B8 and 52. RGB value is (218,184,82). Sum of RGB (Red+Green+Blue) = 218+184+82=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB852 is #2547AD. Grayscale: #B6B6B6. Windows color (decimal): -2443182 or 5421274. OLE color: 5421274.

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

Color convert

RGB 218 184 82 -
CMYK 0 0.16 0.62 0.15
HSL 45º 0.65% 0.59% -
HSV(B) 45º 0.62% 0.85% -
XYZ 47.58 49.8 15.09 -
YUV 182.54 71.26 153.29 -
System Red Green Blue C M Y K H S L
Decimal 218 184 82 0 0.16 0.62 0.15 45 0.65 0.59
Hex DA B8 52 0 10 3E F 2D 41 3B
Octal 332 270 122 0 20 76 17 55 101 73
Binary 11011010 10111000 1010010 0 10000 111110 1111 101101 1000001 111011

Color Harmonies of #DAB852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB852

Black with #DAB852

Text Example


Text Example

White with #DAB852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB852; }

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

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

background-color css

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

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

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

border-color css

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

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

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