Html Css Color HEX #DAB552 Rob Roy

📋 copy color: '#DAB552'

red 218 ◦ green 181 ◦ blue 82

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

Shades of Rob Roy #DAB552

Tints of Rob Roy #DAB552

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.63%

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

R = 45.32%
G = 37.63%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAB552 (or 0xDAB552) is known color: Rob Roy. HEX triplet: DA, B5 and 52. RGB value is (218,181,82). Sum of RGB (Red+Green+Blue) = 218+181+82=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB552 is #254AAD. Grayscale: #B5B5B5. Windows color (decimal): -2443950 or 5420506. OLE color: 5420506.

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

Color convert

RGB 218 181 82 -
CMYK 0 0.17 0.62 0.15
HSL 43.68º 0.65% 0.59% -
HSV(B) 43.68º 0.62% 0.85% -
XYZ 46.96 48.56 14.88 -
YUV 180.78 72.26 154.55 -
System Red Green Blue C M Y K H S L
Decimal 218 181 82 0 0.17 0.62 0.15 43.68 0.65 0.59
Hex DA B5 52 0 11 3E F 2C 41 3B
Octal 332 265 122 0 21 76 17 54 101 73
Binary 11011010 10110101 1010010 0 10001 111110 1111 101100 1000001 111011

Color Harmonies of #DAB552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB552

Black with #DAB552

Text Example


Text Example

White with #DAB552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB552; }

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

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

background-color css

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

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

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

border-color css

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

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

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