Html Css Color HEX #DAB153 Rob Roy

📋 copy color: '#DAB153'

red 218 ◦ green 177 ◦ blue 83

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

Shades of Rob Roy #DAB153

Tints of Rob Roy #DAB153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.36%

R = 45.61%
G = 37.03%
B = 17.36%

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

#DAB153 (or 0xDAB153) is known color: Rob Roy. HEX triplet: DA, B1 and 53. RGB value is (218,177,83). Sum of RGB (Red+Green+Blue) = 218+177+83=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 83 (32.81% from 255 or 17.36% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB153 is #254EAC. Grayscale: #B2B2B2. Windows color (decimal): -2444973 or 5485018. OLE color: 5485018.

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

Color convert

RGB 218 177 83 -
CMYK 0 0.19 0.62 0.15
HSL 41.78º 0.65% 0.59% -
HSV(B) 41.78º 0.62% 0.85% -
XYZ 46.2 46.97 14.82 -
YUV 178.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 218 177 83 0 0.19 0.62 0.15 41.78 0.65 0.59
Hex DA B1 53 0 13 3E F 2A 41 3B
Octal 332 261 123 0 23 76 17 52 101 73
Binary 11011010 10110001 1010011 0 10011 111110 1111 101010 1000001 111011

Color Harmonies of #DAB153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB153

Black with #DAB153

Text Example


Text Example

White with #DAB153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB153; }

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

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

background-color css

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

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

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

border-color css

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

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

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