Html Css Color HEX #DAB055 Rob Roy

📋 copy color: '#DAB055'

red 218 ◦ green 176 ◦ blue 85

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

Shades of Rob Roy #DAB055

Tints of Rob Roy #DAB055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.75%

R = 45.51%
G = 36.74%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAB055 (or 0xDAB055) is known color: Rob Roy. HEX triplet: DA, B0 and 55. RGB value is (218,176,85). Sum of RGB (Red+Green+Blue) = 218+176+85=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB055 is #254FAA. Grayscale: #B2B2B2. Windows color (decimal): -2445227 or 5615834. OLE color: 5615834.

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

Color convert

RGB 218 176 85 -
CMYK 0 0.19 0.61 0.15
HSL 41.05º 0.64% 0.59% -
HSV(B) 41.05º 0.61% 0.85% -
XYZ 46.08 46.61 15.16 -
YUV 178.18 75.41 156.4 -
System Red Green Blue C M Y K H S L
Decimal 218 176 85 0 0.19 0.61 0.15 41.05 0.64 0.59
Hex DA B0 55 0 13 3D F 29 40 3B
Octal 332 260 125 0 23 75 17 51 100 73
Binary 11011010 10110000 1010101 0 10011 111101 1111 101001 1000000 111011

Color Harmonies of #DAB055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB055

Black with #DAB055

Text Example


Text Example

White with #DAB055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB055; }

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

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

background-color css

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

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

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

border-color css

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

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

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