Html Css Color HEX #DAD221 Barberry

📋 copy color: '#DAD221'

red 218 ◦ green 210 ◦ blue 33

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

Shades of Barberry #DAD221

Tints of Barberry #DAD221

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.55%

 BLUE value IS 33 (13.28% from 255) = 7.16%

R = 47.29%
G = 45.55%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DAD221 (or 0xDAD221) is known color: Barberry. HEX triplet: DA, D2 and 21. RGB value is (218,210,33). Sum of RGB (Red+Green+Blue) = 218+210+33=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 33 (13.28% from 255 or 7.16% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD221 is #252DDE. Grayscale: #C0C0C0. Windows color (decimal): -2436575 or 2216666. OLE color: 2216666.

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

Color convert

RGB 218 210 33 -
CMYK 0 0.04 0.85 0.15
HSL 57.41º 0.74% 0.49% -
HSV(B) 57.41º 0.85% 0.85% -
XYZ 52.23 61.11 10.48 -
YUV 192.21 38.15 146.39 -
System Red Green Blue C M Y K H S L
Decimal 218 210 33 0 0.04 0.85 0.15 57.41 0.74 0.49
Hex DA D2 21 0 4 55 F 39 4A 31
Octal 332 322 41 0 4 125 17 71 112 61
Binary 11011010 11010010 100001 0 100 1010101 1111 111001 1001010 110001

Color Harmonies of #DAD221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD221

Black with #DAD221

Text Example


Text Example

White with #DAD221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD221; }

 p { color: rgb(218,210,33); }

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

background-color css

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

 a { background-color: rgb(218,210,33); }

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

border-color css

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

 span { border-color: rgb(218,210,33); }

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