Html Css Color HEX #DAD42B Bitter Lemon

📋 copy color: '#DAD42B'

red 218 ◦ green 212 ◦ blue 43

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

Shades of Bitter Lemon #DAD42B

Tints of Bitter Lemon #DAD42B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.82%

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

R = 46.09%
G = 44.82%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAD42B (or 0xDAD42B) is known color: Bitter Lemon. HEX triplet: DA, D4 and 2B. RGB value is (218,212,43). Sum of RGB (Red+Green+Blue) = 218+212+43=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 43 (17.19% from 255 or 9.09% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD42B is #252BD4. Grayscale: #C3C3C3. Windows color (decimal): -2436053 or 2872538. OLE color: 2872538.

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

Color convert

RGB 218 212 43 -
CMYK 0 0.03 0.80 0.15
HSL 57.94º 0.7% 0.51% -
HSV(B) 57.94º 0.8% 0.85% -
XYZ 52.89 62.17 11.5 -
YUV 194.53 42.49 144.74 -
System Red Green Blue C M Y K H S L
Decimal 218 212 43 0 0.03 0.80 0.15 57.94 0.7 0.51
Hex DA D4 2B 0 3 50 F 3A 46 33
Octal 332 324 53 0 3 120 17 72 106 63
Binary 11011010 11010100 101011 0 11 1010000 1111 111010 1000110 110011

Color Harmonies of #DAD42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD42B

Black with #DAD42B

Text Example


Text Example

White with #DAD42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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