Html Css Color HEX #DAD933 Bitter Lemon

📋 copy color: '#DAD933'

red 218 ◦ green 217 ◦ blue 51

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

Shades of Bitter Lemon #DAD933

Tints of Bitter Lemon #DAD933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.49%

R = 44.86%
G = 44.65%
B = 10.49%

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

#DAD933 (or 0xDAD933) is known color: Bitter Lemon. HEX triplet: DA, D9 and 33. RGB value is (218,217,51). Sum of RGB (Red+Green+Blue) = 218+217+51=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 51 (20.31% from 255 or 10.49% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD933 is #2526CC. Grayscale: #C7C7C7. Windows color (decimal): -2434765 or 3398106. OLE color: 3398106.

HSL color Cylindrical-coordinate representation of color #DAD933: 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 #DAD933 is Cyan = 0, Magento = 0.00, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 217 51 -
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.32 64.77 12.77 -
YUV 198.38 44.83 142 -
System Red Green Blue C M Y K H S L
Decimal 218 217 51 0 0.00 0.77 0.15 59.64 0.69 0.53
Hex DA D9 33 0 0 4D F 3C 45 35
Octal 332 331 63 0 0 115 17 74 105 65
Binary 11011010 11011001 110011 0 0 1001101 1111 111100 1000101 110101

Color Harmonies of #DAD933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD933

Black with #DAD933

Text Example


Text Example

White with #DAD933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD933; }

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

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

background-color css

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

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

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

border-color css

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

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

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