Html Css Color HEX #DAD024 Barberry

📋 copy color: '#DAD024'

red 218 ◦ green 208 ◦ blue 36

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

Shades of Barberry #DAD024

Tints of Barberry #DAD024

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.02%

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

R = 47.19%
G = 45.02%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DAD024 (or 0xDAD024) is known color: Barberry. HEX triplet: DA, D0 and 24. RGB value is (218,208,36). Sum of RGB (Red+Green+Blue) = 218+208+36=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 36 (14.45% from 255 or 7.79% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD024 is #252FDB. Grayscale: #C0C0C0. Windows color (decimal): -2437084 or 2412762. OLE color: 2412762.

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

Color convert

RGB 218 208 36 -
CMYK 0 0.05 0.83 0.15
HSL 56.7º 0.72% 0.5% -
HSV(B) 56.7º 0.83% 0.85% -
XYZ 51.79 60.14 10.55 -
YUV 191.38 40.31 146.99 -
System Red Green Blue C M Y K H S L
Decimal 218 208 36 0 0.05 0.83 0.15 56.7 0.72 0.5
Hex DA D0 24 0 5 53 F 39 48 32
Octal 332 320 44 0 5 123 17 71 110 62
Binary 11011010 11010000 100100 0 101 1010011 1111 111001 1001000 110010

Color Harmonies of #DAD024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD024

Black with #DAD024

Text Example


Text Example

White with #DAD024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD024; }

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

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

background-color css

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

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

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

border-color css

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

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

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