Html Css Color HEX #DAB254 Rob Roy

📋 copy color: '#DAB254'

red 218 ◦ green 178 ◦ blue 84

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

Shades of Rob Roy #DAB254

Tints of Rob Roy #DAB254

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.08%

 BLUE value IS 84 (33.2% from 255) = 17.5%

R = 45.42%
G = 37.08%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAB254 (or 0xDAB254) is known color: Rob Roy. HEX triplet: DA, B2 and 54. RGB value is (218,178,84). Sum of RGB (Red+Green+Blue) = 218+178+84=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 84 (33.20% from 255 or 17.5% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB254 is #254DAB. Grayscale: #B3B3B3. Windows color (decimal): -2444716 or 5550810. OLE color: 5550810.

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

Color convert

RGB 218 178 84 -
CMYK 0 0.18 0.61 0.15
HSL 42.09º 0.64% 0.59% -
HSV(B) 42.09º 0.61% 0.85% -
XYZ 46.43 47.39 15.09 -
YUV 179.24 74.25 155.64 -
System Red Green Blue C M Y K H S L
Decimal 218 178 84 0 0.18 0.61 0.15 42.09 0.64 0.59
Hex DA B2 54 0 12 3D F 2A 40 3B
Octal 332 262 124 0 22 75 17 52 100 73
Binary 11011010 10110010 1010100 0 10010 111101 1111 101010 1000000 111011

Color Harmonies of #DAB254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB254

Black with #DAB254

Text Example


Text Example

White with #DAB254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB254; }

 p { color: rgb(218,178,84); }

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

background-color css

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

 a { background-color: rgb(218,178,84); }

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

border-color css

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

 span { border-color: rgb(218,178,84); }

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