Html Css Color HEX #DAB54B Rob Roy

📋 copy color: '#DAB54B'

red 218 ◦ green 181 ◦ blue 75

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

Shades of Rob Roy #DAB54B

Tints of Rob Roy #DAB54B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.19%

 BLUE value IS 75 (29.69% from 255) = 15.82%

R = 45.99%
G = 38.19%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAB54B (or 0xDAB54B) is known color: Rob Roy. HEX triplet: DA, B5 and 4B. RGB value is (218,181,75). Sum of RGB (Red+Green+Blue) = 218+181+75=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB54B is #254AB4. Grayscale: #B4B4B4. Windows color (decimal): -2443957 or 4961754. OLE color: 4961754.

HSL color Cylindrical-coordinate representation of color #DAB54B: hue angle of 44.48º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAB54B is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 181 75 -
CMYK 0 0.17 0.66 0.15
HSL 44.48º 0.66% 0.57% -
HSV(B) 44.48º 0.66% 0.85% -
XYZ 46.71 48.46 13.55 -
YUV 179.98 68.76 155.12 -
System Red Green Blue C M Y K H S L
Decimal 218 181 75 0 0.17 0.66 0.15 44.48 0.66 0.57
Hex DA B5 4B 0 11 42 F 2C 42 39
Octal 332 265 113 0 21 102 17 54 102 71
Binary 11011010 10110101 1001011 0 10001 1000010 1111 101100 1000010 111001

Color Harmonies of #DAB54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB54B

Black with #DAB54B

Text Example


Text Example

White with #DAB54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB54B; }

 p { color: rgb(218,181,75); }

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

background-color css

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

 a { background-color: rgb(218,181,75); }

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

border-color css

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

 span { border-color: rgb(218,181,75); }

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