Html Css Color HEX #DAD52E Bitter Lemon

📋 copy color: '#DAD52E'

red 218 ◦ green 213 ◦ blue 46

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

Shades of Bitter Lemon #DAD52E

Tints of Bitter Lemon #DAD52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.64%

R = 45.7%
G = 44.65%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DAD52E (or 0xDAD52E) is known color: Bitter Lemon. HEX triplet: DA, D5 and 2E. RGB value is (218,213,46). Sum of RGB (Red+Green+Blue) = 218+213+46=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 46 (18.36% from 255 or 9.64% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD52E is #252AD1. Grayscale: #C4C4C4. Windows color (decimal): -2435794 or 3069402. OLE color: 3069402.

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

Color convert

RGB 218 213 46 -
CMYK 0 0.02 0.79 0.15
HSL 58.26º 0.7% 0.52% -
HSV(B) 58.26º 0.79% 0.85% -
XYZ 53.2 62.69 11.88 -
YUV 195.46 43.66 144.08 -
System Red Green Blue C M Y K H S L
Decimal 218 213 46 0 0.02 0.79 0.15 58.26 0.7 0.52
Hex DA D5 2E 0 2 4F F 3A 46 34
Octal 332 325 56 0 2 117 17 72 106 64
Binary 11011010 11010101 101110 0 10 1001111 1111 111010 1000110 110100

Color Harmonies of #DAD52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD52E

Black with #DAD52E

Text Example


Text Example

White with #DAD52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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