Html Css Color HEX #DAB455 Rob Roy

📋 copy color: '#DAB455'

red 218 ◦ green 180 ◦ blue 85

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

Shades of Rob Roy #DAB455

Tints of Rob Roy #DAB455

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.27%

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

R = 45.13%
G = 37.27%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAB455 (or 0xDAB455) is known color: Rob Roy. HEX triplet: DA, B4 and 55. RGB value is (218,180,85). Sum of RGB (Red+Green+Blue) = 218+180+85=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB455 is #254BAA. Grayscale: #B4B4B4. Windows color (decimal): -2444203 or 5616858. OLE color: 5616858.

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

Color convert

RGB 218 180 85 -
CMYK 0 0.17 0.61 0.15
HSL 42.86º 0.64% 0.59% -
HSV(B) 42.86º 0.61% 0.85% -
XYZ 46.87 48.2 15.43 -
YUV 180.53 74.09 154.72 -
System Red Green Blue C M Y K H S L
Decimal 218 180 85 0 0.17 0.61 0.15 42.86 0.64 0.59
Hex DA B4 55 0 11 3D F 2B 40 3B
Octal 332 264 125 0 21 75 17 53 100 73
Binary 11011010 10110100 1010101 0 10001 111101 1111 101011 1000000 111011

Color Harmonies of #DAB455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB455

Black with #DAB455

Text Example


Text Example

White with #DAB455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB455; }

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

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

background-color css

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

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

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

border-color css

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

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

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