Html Css Color HEX #DAD528 Bitter Lemon

📋 copy color: '#DAD528'

red 218 ◦ green 213 ◦ blue 40

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

Shades of Bitter Lemon #DAD528

Tints of Bitter Lemon #DAD528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.49%

R = 46.28%
G = 45.22%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DAD528 (or 0xDAD528) is known color: Bitter Lemon. HEX triplet: DA, D5 and 28. RGB value is (218,213,40). Sum of RGB (Red+Green+Blue) = 218+213+40=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 40 (16.02% from 255 or 8.49% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD528 is #252AD7. Grayscale: #C3C3C3. Windows color (decimal): -2435800 or 2676186. OLE color: 2676186.

HSL color Cylindrical-coordinate representation of color #DAD528: 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.82%. Process color model (Four color, CMYK) of #DAD528 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 213 40 -
CMYK 0 0.02 0.82 0.15
HSL 58.31º 0.71% 0.51% -
HSV(B) 58.31º 0.82% 0.85% -
XYZ 53.09 62.65 11.3 -
YUV 194.77 40.66 144.57 -
System Red Green Blue C M Y K H S L
Decimal 218 213 40 0 0.02 0.82 0.15 58.31 0.71 0.51
Hex DA D5 28 0 2 52 F 3A 47 33
Octal 332 325 50 0 2 122 17 72 107 63
Binary 11011010 11010101 101000 0 10 1010010 1111 111010 1000111 110011

Color Harmonies of #DAD528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD528

Black with #DAD528

Text Example


Text Example

White with #DAD528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD528; }

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

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

background-color css

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

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

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

border-color css

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

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

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