Html Css Color HEX #DAD111 Barberry

📋 copy color: '#DAD111'

red 218 ◦ green 209 ◦ blue 17

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

Shades of Barberry #DAD111

Tints of Barberry #DAD111

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.07%

 BLUE value IS 17 (7.03% from 255) = 3.83%

R = 49.1%
G = 47.07%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DAD111 (or 0xDAD111) is known color: Barberry. HEX triplet: DA, D1 and 11. RGB value is (218,209,17). Sum of RGB (Red+Green+Blue) = 218+209+17=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 17 (7.03% from 255 or 3.83% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD111 is #252EEE. Grayscale: #BEBEBE. Windows color (decimal): -2436847 or 1167834. OLE color: 1167834.

HSL color Cylindrical-coordinate representation of color #DAD111: hue angle of 57.31º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAD111 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 209 17 -
CMYK 0 0.04 0.92 0.15
HSL 57.31º 0.86% 0.46% -
HSV(B) 57.31º 0.92% 0.85% -
XYZ 51.82 60.55 9.49 -
YUV 189.8 30.48 148.11 -
System Red Green Blue C M Y K H S L
Decimal 218 209 17 0 0.04 0.92 0.15 57.31 0.86 0.46
Hex DA D1 11 0 4 5C F 39 56 2E
Octal 332 321 21 0 4 134 17 71 126 56
Binary 11011010 11010001 10001 0 100 1011100 1111 111001 1010110 101110

Color Harmonies of #DAD111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD111

Black with #DAD111

Text Example


Text Example

White with #DAD111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD111; }

 p { color: rgb(218,209,17); }

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

background-color css

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

 a { background-color: rgb(218,209,17); }

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

border-color css

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

 span { border-color: rgb(218,209,17); }

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