Html Css Color HEX #DAD52B Bitter Lemon

📋 copy color: '#DAD52B'

red 218 ◦ green 213 ◦ blue 43

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

Shades of Bitter Lemon #DAD52B

Tints of Bitter Lemon #DAD52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.07%

R = 45.99%
G = 44.94%
B = 9.07%

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

#DAD52B (or 0xDAD52B) is known color: Bitter Lemon. HEX triplet: DA, D5 and 2B. RGB value is (218,213,43). Sum of RGB (Red+Green+Blue) = 218+213+43=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 43 (17.19% from 255 or 9.07% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD52B is #252AD4. Grayscale: #C3C3C3. Windows color (decimal): -2435797 or 2872794. OLE color: 2872794.

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

Color convert

RGB 218 213 43 -
CMYK 0 0.02 0.80 0.15
HSL 58.29º 0.7% 0.51% -
HSV(B) 58.29º 0.8% 0.85% -
XYZ 53.14 62.67 11.58 -
YUV 195.12 42.16 144.32 -
System Red Green Blue C M Y K H S L
Decimal 218 213 43 0 0.02 0.80 0.15 58.29 0.7 0.51
Hex DA D5 2B 0 2 50 F 3A 46 33
Octal 332 325 53 0 2 120 17 72 106 63
Binary 11011010 11010101 101011 0 10 1010000 1111 111010 1000110 110011

Color Harmonies of #DAD52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD52B

Black with #DAD52B

Text Example


Text Example

White with #DAD52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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