Html Css Color HEX #DAD32B Bitter Lemon

📋 copy color: '#DAD32B'

red 218 ◦ green 211 ◦ blue 43

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

Shades of Bitter Lemon #DAD32B

Tints of Bitter Lemon #DAD32B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.7%

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

R = 46.19%
G = 44.7%
B = 9.11%

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

#DAD32B (or 0xDAD32B) is known color: Bitter Lemon. HEX triplet: DA, D3 and 2B. RGB value is (218,211,43). Sum of RGB (Red+Green+Blue) = 218+211+43=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 43 (17.19% from 255 or 9.11% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD32B is #252CD4. Grayscale: #C2C2C2. Windows color (decimal): -2436309 or 2872282. OLE color: 2872282.

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

Color convert

RGB 218 211 43 -
CMYK 0 0.03 0.80 0.15
HSL 57.6º 0.7% 0.51% -
HSV(B) 57.6º 0.8% 0.85% -
XYZ 52.64 61.67 11.41 -
YUV 193.94 42.82 145.16 -
System Red Green Blue C M Y K H S L
Decimal 218 211 43 0 0.03 0.80 0.15 57.6 0.7 0.51
Hex DA D3 2B 0 3 50 F 3A 46 33
Octal 332 323 53 0 3 120 17 72 106 63
Binary 11011010 11010011 101011 0 11 1010000 1111 111010 1000110 110011

Color Harmonies of #DAD32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD32B

Black with #DAD32B

Text Example


Text Example

White with #DAD32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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