Html Css Color HEX #DAB257 Rob Roy

📋 copy color: '#DAB257'

red 218 ◦ green 178 ◦ blue 87

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

Shades of Rob Roy #DAB257

Tints of Rob Roy #DAB257

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.85%

 BLUE value IS 87 (34.38% from 255) = 18.01%

R = 45.13%
G = 36.85%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAB257 (or 0xDAB257) is known color: Rob Roy. HEX triplet: DA, B2 and 57. RGB value is (218,178,87). Sum of RGB (Red+Green+Blue) = 218+178+87=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 87 (34.38% from 255 or 18.01% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB257 is #254DA8. Grayscale: #B3B3B3. Windows color (decimal): -2444713 or 5747418. OLE color: 5747418.

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

Color convert

RGB 218 178 87 -
CMYK 0 0.18 0.60 0.15
HSL 41.68º 0.64% 0.6% -
HSV(B) 41.68º 0.6% 0.85% -
XYZ 46.55 47.43 15.72 -
YUV 179.59 75.75 155.4 -
System Red Green Blue C M Y K H S L
Decimal 218 178 87 0 0.18 0.60 0.15 41.68 0.64 0.6
Hex DA B2 57 0 12 3C F 2A 40 3C
Octal 332 262 127 0 22 74 17 52 100 74
Binary 11011010 10110010 1010111 0 10010 111100 1111 101010 1000000 111100

Color Harmonies of #DAB257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB257

Black with #DAB257

Text Example


Text Example

White with #DAB257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB257; }

 p { color: rgb(218,178,87); }

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

background-color css

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

 a { background-color: rgb(218,178,87); }

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

border-color css

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

 span { border-color: rgb(218,178,87); }

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