Html Css Color HEX #DAD52C Bitter Lemon

📋 copy color: '#DAD52C'

red 218 ◦ green 213 ◦ blue 44

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

Shades of Bitter Lemon #DAD52C

Tints of Bitter Lemon #DAD52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.26%

R = 45.89%
G = 44.84%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAD52C (or 0xDAD52C) is known color: Bitter Lemon. HEX triplet: DA, D5 and 2C. RGB value is (218,213,44). Sum of RGB (Red+Green+Blue) = 218+213+44=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 44 (17.58% from 255 or 9.26% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD52C is #252AD3. Grayscale: #C3C3C3. Windows color (decimal): -2435796 or 2938330. OLE color: 2938330.

HSL color Cylindrical-coordinate representation of color #DAD52C: hue angle of 58.28º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAD52C is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 213 44 -
CMYK 0 0.02 0.80 0.15
HSL 58.28º 0.7% 0.51% -
HSV(B) 58.28º 0.8% 0.85% -
XYZ 53.16 62.68 11.68 -
YUV 195.23 42.66 144.24 -
System Red Green Blue C M Y K H S L
Decimal 218 213 44 0 0.02 0.80 0.15 58.28 0.7 0.51
Hex DA D5 2C 0 2 50 F 3A 46 33
Octal 332 325 54 0 2 120 17 72 106 63
Binary 11011010 11010101 101100 0 10 1010000 1111 111010 1000110 110011

Color Harmonies of #DAD52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD52C

Black with #DAD52C

Text Example


Text Example

White with #DAD52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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