Html Css Color HEX #DAB357 Rob Roy

📋 copy color: '#DAB357'

red 218 ◦ green 179 ◦ blue 87

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

Shades of Rob Roy #DAB357

Tints of Rob Roy #DAB357

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.98%

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

R = 45.04%
G = 36.98%
B = 17.98%

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

#DAB357 (or 0xDAB357) is known color: Rob Roy. HEX triplet: DA, B3 and 57. RGB value is (218,179,87). Sum of RGB (Red+Green+Blue) = 218+179+87=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 87 (34.38% from 255 or 17.98% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB357 is #254CA8. Grayscale: #B4B4B4. Windows color (decimal): -2444457 or 5747674. OLE color: 5747674.

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

Color convert

RGB 218 179 87 -
CMYK 0 0.18 0.60 0.15
HSL 42.14º 0.64% 0.6% -
HSV(B) 42.14º 0.6% 0.85% -
XYZ 46.75 47.83 15.79 -
YUV 180.17 75.42 154.98 -
System Red Green Blue C M Y K H S L
Decimal 218 179 87 0 0.18 0.60 0.15 42.14 0.64 0.6
Hex DA B3 57 0 12 3C F 2A 40 3C
Octal 332 263 127 0 22 74 17 52 100 74
Binary 11011010 10110011 1010111 0 10010 111100 1111 101010 1000000 111100

Color Harmonies of #DAB357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB357

Black with #DAB357

Text Example


Text Example

White with #DAB357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB357; }

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

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

background-color css

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

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

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

border-color css

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

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

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