Html Css Color HEX #DAD833 Bitter Lemon

📋 copy color: '#DAD833'

red 218 ◦ green 216 ◦ blue 51

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

Shades of Bitter Lemon #DAD833

Tints of Bitter Lemon #DAD833

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.54%

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

R = 44.95%
G = 44.54%
B = 10.52%

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

#DAD833 (or 0xDAD833) is known color: Bitter Lemon. HEX triplet: DA, D8 and 33. RGB value is (218,216,51). Sum of RGB (Red+Green+Blue) = 218+216+51=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 51 (20.31% from 255 or 10.52% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD833 is #2527CC. Grayscale: #C6C6C6. Windows color (decimal): -2435021 or 3397850. OLE color: 3397850.

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

Color convert

RGB 218 216 51 -
CMYK 0 0.01 0.77 0.15
HSL 59.28º 0.69% 0.53% -
HSV(B) 59.28º 0.77% 0.85% -
XYZ 54.07 64.26 12.69 -
YUV 197.79 45.16 142.42 -
System Red Green Blue C M Y K H S L
Decimal 218 216 51 0 0.01 0.77 0.15 59.28 0.69 0.53
Hex DA D8 33 0 1 4D F 3B 45 35
Octal 332 330 63 0 1 115 17 73 105 65
Binary 11011010 11011000 110011 0 1 1001101 1111 111011 1000101 110101

Color Harmonies of #DAD833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD833

Black with #DAD833

Text Example


Text Example

White with #DAD833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD833; }

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

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

background-color css

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

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

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

border-color css

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

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

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