Html Css Color HEX #DAD831 Bitter Lemon

📋 copy color: '#DAD831'

red 218 ◦ green 216 ◦ blue 49

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

Shades of Bitter Lemon #DAD831

Tints of Bitter Lemon #DAD831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.14%

R = 45.13%
G = 44.72%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAD831 (or 0xDAD831) is known color: Bitter Lemon. HEX triplet: DA, D8 and 31. RGB value is (218,216,49). Sum of RGB (Red+Green+Blue) = 218+216+49=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD831 is #2527CE. Grayscale: #C6C6C6. Windows color (decimal): -2435023 or 3266778. OLE color: 3266778.

HSL color Cylindrical-coordinate representation of color #DAD831: hue angle of 59.29º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAD831 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 216 49 -
CMYK 0 0.01 0.78 0.15
HSL 59.29º 0.7% 0.52% -
HSV(B) 59.29º 0.78% 0.85% -
XYZ 54.02 64.24 12.46 -
YUV 197.56 44.16 142.58 -
System Red Green Blue C M Y K H S L
Decimal 218 216 49 0 0.01 0.78 0.15 59.29 0.7 0.52
Hex DA D8 31 0 1 4E F 3B 46 34
Octal 332 330 61 0 1 116 17 73 106 64
Binary 11011010 11011000 110001 0 1 1001110 1111 111011 1000110 110100

Color Harmonies of #DAD831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD831

Black with #DAD831

Text Example


Text Example

White with #DAD831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD831; }

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

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

background-color css

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

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

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

border-color css

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

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

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