Html Css Color HEX #DAD932 Bitter Lemon

📋 copy color: '#DAD932'

red 218 ◦ green 217 ◦ blue 50

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

Shades of Bitter Lemon #DAD932

Tints of Bitter Lemon #DAD932

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.74%

 BLUE value IS 50 (19.92% from 255) = 10.31%

R = 44.95%
G = 44.74%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DAD932 (or 0xDAD932) is known color: Bitter Lemon. HEX triplet: DA, D9 and 32. RGB value is (218,217,50). Sum of RGB (Red+Green+Blue) = 218+217+50=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 50 (19.92% from 255 or 10.31% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD932 is #2526CD. Grayscale: #C6C6C6. Windows color (decimal): -2434766 or 3332570. OLE color: 3332570.

HSL color Cylindrical-coordinate representation of color #DAD932: hue angle of 59.64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAD932 is Cyan = 0, Magento = 0.00, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 217 50 -
CMYK 0 0.00 0.77 0.15
HSL 59.64º 0.69% 0.53% -
HSV(B) 59.64º 0.77% 0.85% -
XYZ 54.3 64.76 12.66 -
YUV 198.26 44.33 142.08 -
System Red Green Blue C M Y K H S L
Decimal 218 217 50 0 0.00 0.77 0.15 59.64 0.69 0.53
Hex DA D9 32 0 0 4D F 3C 45 35
Octal 332 331 62 0 0 115 17 74 105 65
Binary 11011010 11011001 110010 0 0 1001101 1111 111100 1000101 110101

Color Harmonies of #DAD932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD932

Black with #DAD932

Text Example


Text Example

White with #DAD932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD932; }

 p { color: rgb(218,217,50); }

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

background-color css

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

 a { background-color: rgb(218,217,50); }

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

border-color css

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

 span { border-color: rgb(218,217,50); }

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