Html Css Color HEX #DAD420 Barberry

📋 copy color: '#DAD420'

red 218 ◦ green 212 ◦ blue 32

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

Shades of Barberry #DAD420

Tints of Barberry #DAD420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.93%

R = 47.19%
G = 45.89%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DAD420 (or 0xDAD420) is known color: Barberry. HEX triplet: DA, D4 and 20. RGB value is (218,212,32). Sum of RGB (Red+Green+Blue) = 218+212+32=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 32 (12.89% from 255 or 6.93% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD420 is #252BDF. Grayscale: #C2C2C2. Windows color (decimal): -2436064 or 2151642. OLE color: 2151642.

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

Color convert

RGB 218 212 32 -
CMYK 0 0.03 0.85 0.15
HSL 58.06º 0.74% 0.49% -
HSV(B) 58.06º 0.85% 0.85% -
XYZ 52.72 62.1 10.57 -
YUV 193.27 36.99 145.64 -
System Red Green Blue C M Y K H S L
Decimal 218 212 32 0 0.03 0.85 0.15 58.06 0.74 0.49
Hex DA D4 20 0 3 55 F 3A 4A 31
Octal 332 324 40 0 3 125 17 72 112 61
Binary 11011010 11010100 100000 0 11 1010101 1111 111010 1001010 110001

Color Harmonies of #DAD420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD420

Black with #DAD420

Text Example


Text Example

White with #DAD420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD420; }

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

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

background-color css

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

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

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

border-color css

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

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

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