Html Css Color HEX #DAD733 Bitter Lemon

📋 copy color: '#DAD733'

red 218 ◦ green 215 ◦ blue 51

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

Shades of Bitter Lemon #DAD733

Tints of Bitter Lemon #DAD733

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.42%

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

R = 45.04%
G = 44.42%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DAD733 (or 0xDAD733) is known color: Bitter Lemon. HEX triplet: DA, D7 and 33. RGB value is (218,215,51). Sum of RGB (Red+Green+Blue) = 218+215+51=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 51 (20.31% from 255 or 10.54% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD733 is #2528CC. Grayscale: #C5C5C5. Windows color (decimal): -2435277 or 3397594. OLE color: 3397594.

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

Color convert

RGB 218 215 51 -
CMYK 0 0.01 0.77 0.15
HSL 58.92º 0.69% 0.53% -
HSV(B) 58.92º 0.77% 0.85% -
XYZ 53.81 63.75 12.6 -
YUV 197.2 45.49 142.84 -
System Red Green Blue C M Y K H S L
Decimal 218 215 51 0 0.01 0.77 0.15 58.92 0.69 0.53
Hex DA D7 33 0 1 4D F 3B 45 35
Octal 332 327 63 0 1 115 17 73 105 65
Binary 11011010 11010111 110011 0 1 1001101 1111 111011 1000101 110101

Color Harmonies of #DAD733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD733

Black with #DAD733

Text Example


Text Example

White with #DAD733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD733; }

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

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

background-color css

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

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

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

border-color css

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

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

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