Html Css Color HEX #DAB152 Rob Roy

📋 copy color: '#DAB152'

red 218 ◦ green 177 ◦ blue 82

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

Shades of Rob Roy #DAB152

Tints of Rob Roy #DAB152

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.11%

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

R = 45.7%
G = 37.11%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAB152 (or 0xDAB152) is known color: Rob Roy. HEX triplet: DA, B1 and 52. RGB value is (218,177,82). Sum of RGB (Red+Green+Blue) = 218+177+82=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB152 is #254EAD. Grayscale: #B2B2B2. Windows color (decimal): -2444974 or 5419482. OLE color: 5419482.

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

Color convert

RGB 218 177 82 -
CMYK 0 0.19 0.62 0.15
HSL 41.91º 0.65% 0.59% -
HSV(B) 41.91º 0.62% 0.85% -
XYZ 46.16 46.96 14.61 -
YUV 178.43 73.58 156.22 -
System Red Green Blue C M Y K H S L
Decimal 218 177 82 0 0.19 0.62 0.15 41.91 0.65 0.59
Hex DA B1 52 0 13 3E F 2A 41 3B
Octal 332 261 122 0 23 76 17 52 101 73
Binary 11011010 10110001 1010010 0 10011 111110 1111 101010 1000001 111011

Color Harmonies of #DAB152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB152

Black with #DAB152

Text Example


Text Example

White with #DAB152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB152; }

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

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

background-color css

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

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

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

border-color css

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

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

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