Html Css Color HEX #DAD616 Barberry

📋 copy color: '#DAD616'

red 218 ◦ green 214 ◦ blue 22

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

Shades of Barberry #DAD616

Tints of Barberry #DAD616

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.14%

 BLUE value IS 22 (8.98% from 255) = 4.85%

R = 48.02%
G = 47.14%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAD616 (or 0xDAD616) is known color: Barberry. HEX triplet: DA, D6 and 16. RGB value is (218,214,22). Sum of RGB (Red+Green+Blue) = 218+214+22=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 22 (8.98% from 255 or 4.85% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD616 is #2529E9. Grayscale: #C2C2C2. Windows color (decimal): -2435562 or 1496794. OLE color: 1496794.

HSL color Cylindrical-coordinate representation of color #DAD616: hue angle of 58.78º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAD616 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 214 22 -
CMYK 0 0.02 0.90 0.15
HSL 58.78º 0.82% 0.47% -
HSV(B) 58.78º 0.9% 0.85% -
XYZ 53.1 63.06 10.13 -
YUV 193.31 31.33 145.61 -
System Red Green Blue C M Y K H S L
Decimal 218 214 22 0 0.02 0.90 0.15 58.78 0.82 0.47
Hex DA D6 16 0 2 5A F 3B 52 2F
Octal 332 326 26 0 2 132 17 73 122 57
Binary 11011010 11010110 10110 0 10 1011010 1111 111011 1010010 101111

Color Harmonies of #DAD616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD616

Black with #DAD616

Text Example


Text Example

White with #DAD616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD616; }

 p { color: rgb(218,214,22); }

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

background-color css

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

 a { background-color: rgb(218,214,22); }

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

border-color css

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

 span { border-color: rgb(218,214,22); }

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