Html Css Color HEX #DAD32A Bitter Lemon

📋 copy color: '#DAD32A'

red 218 ◦ green 211 ◦ blue 42

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

Shades of Bitter Lemon #DAD32A

Tints of Bitter Lemon #DAD32A

RGB

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

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

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

R = 46.28%
G = 44.8%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAD32A (or 0xDAD32A) is known color: Bitter Lemon. HEX triplet: DA, D3 and 2A. RGB value is (218,211,42). Sum of RGB (Red+Green+Blue) = 218+211+42=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 42 (16.80% from 255 or 8.92% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD32A is #252CD5. Grayscale: #C2C2C2. Windows color (decimal): -2436310 or 2806746. OLE color: 2806746.

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

Color convert

RGB 218 211 42 -
CMYK 0 0.03 0.81 0.15
HSL 57.61º 0.7% 0.51% -
HSV(B) 57.61º 0.81% 0.85% -
XYZ 52.63 61.66 11.32 -
YUV 193.83 42.32 145.24 -
System Red Green Blue C M Y K H S L
Decimal 218 211 42 0 0.03 0.81 0.15 57.61 0.7 0.51
Hex DA D3 2A 0 3 51 F 3A 46 33
Octal 332 323 52 0 3 121 17 72 106 63
Binary 11011010 11010011 101010 0 11 1010001 1111 111010 1000110 110011

Color Harmonies of #DAD32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD32A

Black with #DAD32A

Text Example


Text Example

White with #DAD32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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