Html Css Color HEX #DAD729 Bitter Lemon

📋 copy color: '#DAD729'

red 218 ◦ green 215 ◦ blue 41

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

Shades of Bitter Lemon #DAD729

Tints of Bitter Lemon #DAD729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.65%

R = 45.99%
G = 45.36%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAD729 (or 0xDAD729) is known color: Bitter Lemon. HEX triplet: DA, D7 and 29. RGB value is (218,215,41). Sum of RGB (Red+Green+Blue) = 218+215+41=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 41 (16.41% from 255 or 8.65% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD729 is #2528D6. Grayscale: #C4C4C4. Windows color (decimal): -2435287 or 2742234. OLE color: 2742234.

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

Color convert

RGB 218 215 41 -
CMYK 0 0.01 0.81 0.15
HSL 58.98º 0.71% 0.51% -
HSV(B) 58.98º 0.81% 0.85% -
XYZ 53.61 63.67 11.56 -
YUV 196.06 40.49 143.65 -
System Red Green Blue C M Y K H S L
Decimal 218 215 41 0 0.01 0.81 0.15 58.98 0.71 0.51
Hex DA D7 29 0 1 51 F 3B 47 33
Octal 332 327 51 0 1 121 17 73 107 63
Binary 11011010 11010111 101001 0 1 1010001 1111 111011 1000111 110011

Color Harmonies of #DAD729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD729

Black with #DAD729

Text Example


Text Example

White with #DAD729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD729; }

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

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

background-color css

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

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

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

border-color css

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

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

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