Html Css Color HEX #DAB250 Rob Roy

📋 copy color: '#DAB250'

red 218 ◦ green 178 ◦ blue 80

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

Shades of Rob Roy #DAB250

Tints of Rob Roy #DAB250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.81%

R = 45.8%
G = 37.39%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DAB250 (or 0xDAB250) is known color: Rob Roy. HEX triplet: DA, B2 and 50. RGB value is (218,178,80). Sum of RGB (Red+Green+Blue) = 218+178+80=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB250 is #254DAF. Grayscale: #B3B3B3. Windows color (decimal): -2444720 or 5288666. OLE color: 5288666.

HSL color Cylindrical-coordinate representation of color #DAB250: hue angle of 42.61º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAB250 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 178 80 -
CMYK 0 0.18 0.63 0.15
HSL 42.61º 0.65% 0.58% -
HSV(B) 42.61º 0.63% 0.85% -
XYZ 46.28 47.33 14.28 -
YUV 178.79 72.25 155.97 -
System Red Green Blue C M Y K H S L
Decimal 218 178 80 0 0.18 0.63 0.15 42.61 0.65 0.58
Hex DA B2 50 0 12 3F F 2B 41 3A
Octal 332 262 120 0 22 77 17 53 101 72
Binary 11011010 10110010 1010000 0 10010 111111 1111 101011 1000001 111010

Color Harmonies of #DAB250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB250

Black with #DAB250

Text Example


Text Example

White with #DAB250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB250; }

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

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

background-color css

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

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

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

border-color css

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

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

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