Html Css Color HEX #DAB158 Rob Roy

📋 copy color: '#DAB158'

red 218 ◦ green 177 ◦ blue 88

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

Shades of Rob Roy #DAB158

Tints of Rob Roy #DAB158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.22%

R = 45.13%
G = 36.65%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAB158 (or 0xDAB158) is known color: Rob Roy. HEX triplet: DA, B1 and 58. RGB value is (218,177,88). Sum of RGB (Red+Green+Blue) = 218+177+88=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 88 (34.77% from 255 or 18.22% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB158 is #254EA7. Grayscale: #B3B3B3. Windows color (decimal): -2444968 or 5812698. OLE color: 5812698.

HSL color Cylindrical-coordinate representation of color #DAB158: hue angle of 41.08º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAB158 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 177 88 -
CMYK 0 0.19 0.60 0.15
HSL 41.08º 0.64% 0.6% -
HSV(B) 41.08º 0.6% 0.85% -
XYZ 46.4 47.05 15.87 -
YUV 179.11 76.58 155.74 -
System Red Green Blue C M Y K H S L
Decimal 218 177 88 0 0.19 0.60 0.15 41.08 0.64 0.6
Hex DA B1 58 0 13 3C F 29 40 3C
Octal 332 261 130 0 23 74 17 51 100 74
Binary 11011010 10110001 1011000 0 10011 111100 1111 101001 1000000 111100

Color Harmonies of #DAB158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB158

Black with #DAB158

Text Example


Text Example

White with #DAB158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB158; }

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

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

background-color css

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

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

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

border-color css

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

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

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