Html Css Color HEX #DAD824 Bitter Lemon

📋 copy color: '#DAD824'

red 218 ◦ green 216 ◦ blue 36

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

Shades of Bitter Lemon #DAD824

Tints of Bitter Lemon #DAD824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.66%

R = 46.38%
G = 45.96%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DAD824 (or 0xDAD824) is known color: Bitter Lemon. HEX triplet: DA, D8 and 24. RGB value is (218,216,36). Sum of RGB (Red+Green+Blue) = 218+216+36=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 36 (14.45% from 255 or 7.66% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD824 is #2527DB. Grayscale: #C4C4C4. Windows color (decimal): -2435036 or 2414810. OLE color: 2414810.

HSL color Cylindrical-coordinate representation of color #DAD824: hue angle of 59.34º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAD824 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 216 36 -
CMYK 0 0.01 0.83 0.15
HSL 59.34º 0.72% 0.5% -
HSV(B) 59.34º 0.83% 0.85% -
XYZ 53.79 64.14 11.22 -
YUV 196.08 37.66 143.64 -
System Red Green Blue C M Y K H S L
Decimal 218 216 36 0 0.01 0.83 0.15 59.34 0.72 0.5
Hex DA D8 24 0 1 53 F 3B 48 32
Octal 332 330 44 0 1 123 17 73 110 62
Binary 11011010 11011000 100100 0 1 1010011 1111 111011 1001000 110010

Color Harmonies of #DAD824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD824

Black with #DAD824

Text Example


Text Example

White with #DAD824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD824; }

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

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

background-color css

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

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

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

border-color css

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

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

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