Html Css Color HEX #DAD524 Barberry

📋 copy color: '#DAD524'

red 218 ◦ green 213 ◦ blue 36

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

Shades of Barberry #DAD524

Tints of Barberry #DAD524

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.61%

 BLUE value IS 36 (14.45% from 255) = 7.71%

R = 46.68%
G = 45.61%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DAD524 (or 0xDAD524) is known color: Barberry. HEX triplet: DA, D5 and 24. RGB value is (218,213,36). Sum of RGB (Red+Green+Blue) = 218+213+36=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 36 (14.45% from 255 or 7.71% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD524 is #252ADB. Grayscale: #C3C3C3. Windows color (decimal): -2435804 or 2414042. OLE color: 2414042.

HSL color Cylindrical-coordinate representation of color #DAD524: hue angle of 58.35º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAD524 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 213 36 -
CMYK 0 0.02 0.83 0.15
HSL 58.35º 0.72% 0.5% -
HSV(B) 58.35º 0.83% 0.85% -
XYZ 53.03 62.62 10.96 -
YUV 194.32 38.66 144.89 -
System Red Green Blue C M Y K H S L
Decimal 218 213 36 0 0.02 0.83 0.15 58.35 0.72 0.5
Hex DA D5 24 0 2 53 F 3A 48 32
Octal 332 325 44 0 2 123 17 72 110 62
Binary 11011010 11010101 100100 0 10 1010011 1111 111010 1001000 110010

Color Harmonies of #DAD524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD524

Black with #DAD524

Text Example


Text Example

White with #DAD524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD524; }

 p { color: rgb(218,213,36); }

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

background-color css

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

 a { background-color: rgb(218,213,36); }

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

border-color css

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

 span { border-color: rgb(218,213,36); }

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