Html Css Color HEX #DAB058 Rob Roy

📋 copy color: '#DAB058'

red 218 ◦ green 176 ◦ blue 88

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

Shades of Rob Roy #DAB058

Tints of Rob Roy #DAB058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.26%

R = 45.23%
G = 36.51%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAB058 (or 0xDAB058) is known color: Rob Roy. HEX triplet: DA, B0 and 58. RGB value is (218,176,88). Sum of RGB (Red+Green+Blue) = 218+176+88=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB058 is #254FA7. Grayscale: #B2B2B2. Windows color (decimal): -2445224 or 5812442. OLE color: 5812442.

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

Color convert

RGB 218 176 88 -
CMYK 0 0.19 0.60 0.15
HSL 40.62º 0.64% 0.6% -
HSV(B) 40.62º 0.6% 0.85% -
XYZ 46.2 46.66 15.8 -
YUV 178.53 76.91 156.16 -
System Red Green Blue C M Y K H S L
Decimal 218 176 88 0 0.19 0.60 0.15 40.62 0.64 0.6
Hex DA B0 58 0 13 3C F 29 40 3C
Octal 332 260 130 0 23 74 17 51 100 74
Binary 11011010 10110000 1011000 0 10011 111100 1111 101001 1000000 111100

Color Harmonies of #DAB058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB058

Black with #DAB058

Text Example


Text Example

White with #DAB058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB058; }

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

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

background-color css

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

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

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

border-color css

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

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

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