Html Css Color HEX #DAD829 Bitter Lemon

📋 copy color: '#DAD829'

red 218 ◦ green 216 ◦ blue 41

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

Shades of Bitter Lemon #DAD829

Tints of Bitter Lemon #DAD829

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.47%

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

R = 45.89%
G = 45.47%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAD829 (or 0xDAD829) is known color: Bitter Lemon. HEX triplet: DA, D8 and 29. RGB value is (218,216,41). Sum of RGB (Red+Green+Blue) = 218+216+41=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 41 (16.41% from 255 or 8.63% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD829 is #2527D6. Grayscale: #C5C5C5. Windows color (decimal): -2435031 or 2742490. OLE color: 2742490.

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

Color convert

RGB 218 216 41 -
CMYK 0 0.01 0.81 0.15
HSL 59.32º 0.71% 0.51% -
HSV(B) 59.32º 0.81% 0.85% -
XYZ 53.87 64.18 11.65 -
YUV 196.65 40.16 143.23 -
System Red Green Blue C M Y K H S L
Decimal 218 216 41 0 0.01 0.81 0.15 59.32 0.71 0.51
Hex DA D8 29 0 1 51 F 3B 47 33
Octal 332 330 51 0 1 121 17 73 107 63
Binary 11011010 11011000 101001 0 1 1010001 1111 111011 1000111 110011

Color Harmonies of #DAD829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD829

Black with #DAD829

Text Example


Text Example

White with #DAD829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD829; }

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

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

background-color css

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

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

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

border-color css

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

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

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