Html Css Color HEX #DAD624 Bitter Lemon

📋 copy color: '#DAD624'

red 218 ◦ green 214 ◦ blue 36

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

Shades of Bitter Lemon #DAD624

Tints of Bitter Lemon #DAD624

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.73%

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

R = 46.58%
G = 45.73%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DAD624 (or 0xDAD624) is known color: Bitter Lemon. HEX triplet: DA, D6 and 24. RGB value is (218,214,36). Sum of RGB (Red+Green+Blue) = 218+214+36=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 36 (14.45% from 255 or 7.69% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD624 is #2529DB. Grayscale: #C3C3C3. Windows color (decimal): -2435548 or 2414298. OLE color: 2414298.

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

Color convert

RGB 218 214 36 -
CMYK 0 0.02 0.83 0.15
HSL 58.68º 0.72% 0.5% -
HSV(B) 58.68º 0.83% 0.85% -
XYZ 53.28 63.13 11.05 -
YUV 194.9 38.33 144.47 -
System Red Green Blue C M Y K H S L
Decimal 218 214 36 0 0.02 0.83 0.15 58.68 0.72 0.5
Hex DA D6 24 0 2 53 F 3B 48 32
Octal 332 326 44 0 2 123 17 73 110 62
Binary 11011010 11010110 100100 0 10 1010011 1111 111011 1001000 110010

Color Harmonies of #DAD624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD624

Black with #DAD624

Text Example


Text Example

White with #DAD624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD624; }

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

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

background-color css

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

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

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

border-color css

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

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

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