Html Css Color HEX #DAD22A Bitter Lemon

📋 copy color: '#DAD22A'

red 218 ◦ green 210 ◦ blue 42

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

Shades of Bitter Lemon #DAD22A

Tints of Bitter Lemon #DAD22A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.68%

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

R = 46.38%
G = 44.68%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAD22A (or 0xDAD22A) is known color: Bitter Lemon. HEX triplet: DA, D2 and 2A. RGB value is (218,210,42). Sum of RGB (Red+Green+Blue) = 218+210+42=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 42 (16.80% from 255 or 8.94% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD22A is #252DD5. Grayscale: #C1C1C1. Windows color (decimal): -2436566 or 2806490. OLE color: 2806490.

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

Color convert

RGB 218 210 42 -
CMYK 0 0.04 0.81 0.15
HSL 57.27º 0.7% 0.51% -
HSV(B) 57.27º 0.81% 0.85% -
XYZ 52.38 61.17 11.24 -
YUV 193.24 42.65 145.66 -
System Red Green Blue C M Y K H S L
Decimal 218 210 42 0 0.04 0.81 0.15 57.27 0.7 0.51
Hex DA D2 2A 0 4 51 F 39 46 33
Octal 332 322 52 0 4 121 17 71 106 63
Binary 11011010 11010010 101010 0 100 1010001 1111 111001 1000110 110011

Color Harmonies of #DAD22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD22A

Black with #DAD22A

Text Example


Text Example

White with #DAD22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD22A; }

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

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

background-color css

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

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

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

border-color css

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

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

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