Html Css Color HEX #DAD529 Bitter Lemon

📋 copy color: '#DAD529'

red 218 ◦ green 213 ◦ blue 41

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

Shades of Bitter Lemon #DAD529

Tints of Bitter Lemon #DAD529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.69%

R = 46.19%
G = 45.13%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAD529 (or 0xDAD529) is known color: Bitter Lemon. HEX triplet: DA, D5 and 29. RGB value is (218,213,41). Sum of RGB (Red+Green+Blue) = 218+213+41=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 41 (16.41% from 255 or 8.69% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD529 is #252AD6. Grayscale: #C3C3C3. Windows color (decimal): -2435799 or 2741722. OLE color: 2741722.

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

Color convert

RGB 218 213 41 -
CMYK 0 0.02 0.81 0.15
HSL 58.31º 0.71% 0.51% -
HSV(B) 58.31º 0.81% 0.85% -
XYZ 53.11 62.65 11.39 -
YUV 194.89 41.16 144.49 -
System Red Green Blue C M Y K H S L
Decimal 218 213 41 0 0.02 0.81 0.15 58.31 0.71 0.51
Hex DA D5 29 0 2 51 F 3A 47 33
Octal 332 325 51 0 2 121 17 72 107 63
Binary 11011010 11010101 101001 0 10 1010001 1111 111010 1000111 110011

Color Harmonies of #DAD529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD529

Black with #DAD529

Text Example


Text Example

White with #DAD529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD529; }

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

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

background-color css

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

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

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

border-color css

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

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

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