Html Css Color HEX #DAD020 Barberry

📋 copy color: '#DAD020'

red 218 ◦ green 208 ◦ blue 32

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

Shades of Barberry #DAD020

Tints of Barberry #DAD020

RGB

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

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

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

R = 47.6%
G = 45.41%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DAD020 (or 0xDAD020) is known color: Barberry. HEX triplet: DA, D0 and 20. RGB value is (218,208,32). Sum of RGB (Red+Green+Blue) = 218+208+32=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 32 (12.89% from 255 or 6.99% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD020 is #252FDF. Grayscale: #BFBFBF. Windows color (decimal): -2437088 or 2150618. OLE color: 2150618.

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

Color convert

RGB 218 208 32 -
CMYK 0 0.05 0.85 0.15
HSL 56.77º 0.74% 0.49% -
HSV(B) 56.77º 0.85% 0.85% -
XYZ 51.73 60.12 10.24 -
YUV 190.93 38.31 147.31 -
System Red Green Blue C M Y K H S L
Decimal 218 208 32 0 0.05 0.85 0.15 56.77 0.74 0.49
Hex DA D0 20 0 5 55 F 39 4A 31
Octal 332 320 40 0 5 125 17 71 112 61
Binary 11011010 11010000 100000 0 101 1010101 1111 111001 1001010 110001

Color Harmonies of #DAD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD020

Black with #DAD020

Text Example


Text Example

White with #DAD020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD020; }

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

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

background-color css

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

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

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

border-color css

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

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

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