Html Css Color HEX #DAD721 Barberry

📋 copy color: '#DAD721'

red 218 ◦ green 215 ◦ blue 33

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

Shades of Barberry #DAD721

Tints of Barberry #DAD721

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.14%

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

R = 46.78%
G = 46.14%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DAD721 (or 0xDAD721) is known color: Barberry. HEX triplet: DA, D7 and 21. RGB value is (218,215,33). Sum of RGB (Red+Green+Blue) = 218+215+33=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 33 (13.28% from 255 or 7.08% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD721 is #2528DE. Grayscale: #C3C3C3. Windows color (decimal): -2435295 or 2217946. OLE color: 2217946.

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

Color convert

RGB 218 215 33 -
CMYK 0 0.01 0.85 0.15
HSL 59.03º 0.74% 0.49% -
HSV(B) 59.03º 0.85% 0.85% -
XYZ 53.49 63.62 10.9 -
YUV 195.15 36.49 144.3 -
System Red Green Blue C M Y K H S L
Decimal 218 215 33 0 0.01 0.85 0.15 59.03 0.74 0.49
Hex DA D7 21 0 1 55 F 3B 4A 31
Octal 332 327 41 0 1 125 17 73 112 61
Binary 11011010 11010111 100001 0 1 1010101 1111 111011 1001010 110001

Color Harmonies of #DAD721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD721

Black with #DAD721

Text Example


Text Example

White with #DAD721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD721; }

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

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

background-color css

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

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

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

border-color css

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

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

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