Html Css Color HEX #DAB053 Rob Roy

📋 copy color: '#DAB053'

red 218 ◦ green 176 ◦ blue 83

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

Shades of Rob Roy #DAB053

Tints of Rob Roy #DAB053

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.9%

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

R = 45.7%
G = 36.9%
B = 17.4%

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

#DAB053 (or 0xDAB053) is known color: Rob Roy. HEX triplet: DA, B0 and 53. RGB value is (218,176,83). Sum of RGB (Red+Green+Blue) = 218+176+83=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 83 (32.81% from 255 or 17.40% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB053 is #254FAC. Grayscale: #B2B2B2. Windows color (decimal): -2445229 or 5484762. OLE color: 5484762.

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

Color convert

RGB 218 176 83 -
CMYK 0 0.19 0.62 0.15
HSL 41.33º 0.65% 0.59% -
HSV(B) 41.33º 0.62% 0.85% -
XYZ 46 46.58 14.75 -
YUV 177.96 74.41 156.56 -
System Red Green Blue C M Y K H S L
Decimal 218 176 83 0 0.19 0.62 0.15 41.33 0.65 0.59
Hex DA B0 53 0 13 3E F 29 41 3B
Octal 332 260 123 0 23 76 17 51 101 73
Binary 11011010 10110000 1010011 0 10011 111110 1111 101001 1000001 111011

Color Harmonies of #DAB053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB053

Black with #DAB053

Text Example


Text Example

White with #DAB053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB053; }

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

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

background-color css

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

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

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

border-color css

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

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

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