Html Css Color HEX #DAD928 Bitter Lemon

📋 copy color: '#DAD928'

red 218 ◦ green 217 ◦ blue 40

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

Shades of Bitter Lemon #DAD928

Tints of Bitter Lemon #DAD928

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.68%

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

R = 45.89%
G = 45.68%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DAD928 (or 0xDAD928) is known color: Bitter Lemon. HEX triplet: DA, D9 and 28. RGB value is (218,217,40). Sum of RGB (Red+Green+Blue) = 218+217+40=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 40 (16.02% from 255 or 8.42% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD928 is #2526D7. Grayscale: #C5C5C5. Windows color (decimal): -2434776 or 2677210. OLE color: 2677210.

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

Color convert

RGB 218 217 40 -
CMYK 0 0.00 0.82 0.15
HSL 59.66º 0.71% 0.51% -
HSV(B) 59.66º 0.82% 0.85% -
XYZ 54.11 64.68 11.64 -
YUV 197.12 39.33 142.89 -
System Red Green Blue C M Y K H S L
Decimal 218 217 40 0 0.00 0.82 0.15 59.66 0.71 0.51
Hex DA D9 28 0 0 52 F 3C 47 33
Octal 332 331 50 0 0 122 17 74 107 63
Binary 11011010 11011001 101000 0 0 1010010 1111 111100 1000111 110011

Color Harmonies of #DAD928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD928

Black with #DAD928

Text Example


Text Example

White with #DAD928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD928; }

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

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

background-color css

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

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

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

border-color css

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

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

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