Html Css Color HEX #DAD830 Bitter Lemon

📋 copy color: '#DAD830'

red 218 ◦ green 216 ◦ blue 48

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

Shades of Bitter Lemon #DAD830

Tints of Bitter Lemon #DAD830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.96%

R = 45.23%
G = 44.81%
B = 9.96%

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

#DAD830 (or 0xDAD830) is known color: Bitter Lemon. HEX triplet: DA, D8 and 30. RGB value is (218,216,48). Sum of RGB (Red+Green+Blue) = 218+216+48=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 48 (19.14% from 255 or 9.96% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD830 is #2527CF. Grayscale: #C6C6C6. Windows color (decimal): -2435024 or 3201242. OLE color: 3201242.

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

Color convert

RGB 218 216 48 -
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 64.23 12.35 -
YUV 197.45 43.66 142.66 -
System Red Green Blue C M Y K H S L
Decimal 218 216 48 0 0.01 0.78 0.15 59.29 0.7 0.52
Hex DA D8 30 0 1 4E F 3B 46 34
Octal 332 330 60 0 1 116 17 73 106 64
Binary 11011010 11011000 110000 0 1 1001110 1111 111011 1000110 110100

Color Harmonies of #DAD830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD830

Black with #DAD830

Text Example


Text Example

White with #DAD830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD830; }

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

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

background-color css

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

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

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

border-color css

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

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

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