Html Css Color HEX #DAD416 Barberry

📋 copy color: '#DAD416'

red 218 ◦ green 212 ◦ blue 22

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

Shades of Barberry #DAD416

Tints of Barberry #DAD416

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.9%

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

R = 48.23%
G = 46.9%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAD416 (or 0xDAD416) is known color: Barberry. HEX triplet: DA, D4 and 16. RGB value is (218,212,22). Sum of RGB (Red+Green+Blue) = 218+212+22=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 22 (8.98% from 255 or 4.87% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD416 is #252BE9. Grayscale: #C0C0C0. Windows color (decimal): -2436074 or 1496282. OLE color: 1496282.

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

Color convert

RGB 218 212 22 -
CMYK 0 0.03 0.90 0.15
HSL 58.16º 0.82% 0.47% -
HSV(B) 58.16º 0.9% 0.85% -
XYZ 52.6 62.05 9.96 -
YUV 192.13 31.99 146.45 -
System Red Green Blue C M Y K H S L
Decimal 218 212 22 0 0.03 0.90 0.15 58.16 0.82 0.47
Hex DA D4 16 0 3 5A F 3A 52 2F
Octal 332 324 26 0 3 132 17 72 122 57
Binary 11011010 11010100 10110 0 11 1011010 1111 111010 1010010 101111

Color Harmonies of #DAD416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD416

Black with #DAD416

Text Example


Text Example

White with #DAD416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD416; }

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

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

background-color css

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

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

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

border-color css

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

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

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