Html Css Color HEX #DAD52A Bitter Lemon

📋 copy color: '#DAD52A'

red 218 ◦ green 213 ◦ blue 42

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

Shades of Bitter Lemon #DAD52A

Tints of Bitter Lemon #DAD52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.88%

R = 46.09%
G = 45.03%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAD52A (or 0xDAD52A) is known color: Bitter Lemon. HEX triplet: DA, D5 and 2A. RGB value is (218,213,42). Sum of RGB (Red+Green+Blue) = 218+213+42=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 42 (16.80% from 255 or 8.88% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD52A is #252AD5. Grayscale: #C3C3C3. Windows color (decimal): -2435798 or 2807258. OLE color: 2807258.

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

Color convert

RGB 218 213 42 -
CMYK 0 0.02 0.81 0.15
HSL 58.3º 0.7% 0.51% -
HSV(B) 58.3º 0.81% 0.85% -
XYZ 53.13 62.66 11.49 -
YUV 195 41.66 144.4 -
System Red Green Blue C M Y K H S L
Decimal 218 213 42 0 0.02 0.81 0.15 58.3 0.7 0.51
Hex DA D5 2A 0 2 51 F 3A 46 33
Octal 332 325 52 0 2 121 17 72 106 63
Binary 11011010 11010101 101010 0 10 1010001 1111 111010 1000110 110011

Color Harmonies of #DAD52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD52A

Black with #DAD52A

Text Example


Text Example

White with #DAD52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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