Html Css Color HEX #DAD526 Bitter Lemon

📋 copy color: '#DAD526'

red 218 ◦ green 213 ◦ blue 38

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

Shades of Bitter Lemon #DAD526

Tints of Bitter Lemon #DAD526

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.42%

 BLUE value IS 38 (15.23% from 255) = 8.1%

R = 46.48%
G = 45.42%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DAD526 (or 0xDAD526) is known color: Bitter Lemon. HEX triplet: DA, D5 and 26. RGB value is (218,213,38). Sum of RGB (Red+Green+Blue) = 218+213+38=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 38 (15.23% from 255 or 8.10% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD526 is #252AD9. Grayscale: #C3C3C3. Windows color (decimal): -2435802 or 2545114. OLE color: 2545114.

HSL color Cylindrical-coordinate representation of color #DAD526: hue angle of 58.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAD526 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 213 38 -
CMYK 0 0.02 0.83 0.15
HSL 58.33º 0.71% 0.5% -
HSV(B) 58.33º 0.83% 0.85% -
XYZ 53.06 62.63 11.13 -
YUV 194.55 39.66 144.73 -
System Red Green Blue C M Y K H S L
Decimal 218 213 38 0 0.02 0.83 0.15 58.33 0.71 0.5
Hex DA D5 26 0 2 53 F 3A 47 32
Octal 332 325 46 0 2 123 17 72 107 62
Binary 11011010 11010101 100110 0 10 1010011 1111 111010 1000111 110010

Color Harmonies of #DAD526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD526

Black with #DAD526

Text Example


Text Example

White with #DAD526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD526; }

 p { color: rgb(218,213,38); }

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

background-color css

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

 a { background-color: rgb(218,213,38); }

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

border-color css

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

 span { border-color: rgb(218,213,38); }

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