Html Css Color HEX #DAD629 Bitter Lemon

📋 copy color: '#DAD629'

red 218 ◦ green 214 ◦ blue 41

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

Shades of Bitter Lemon #DAD629

Tints of Bitter Lemon #DAD629

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.24%

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

R = 46.09%
G = 45.24%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAD629 (or 0xDAD629) is known color: Bitter Lemon. HEX triplet: DA, D6 and 29. RGB value is (218,214,41). Sum of RGB (Red+Green+Blue) = 218+214+41=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 41 (16.41% from 255 or 8.67% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD629 is #2529D6. Grayscale: #C4C4C4. Windows color (decimal): -2435543 or 2741978. OLE color: 2741978.

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

Color convert

RGB 218 214 41 -
CMYK 0 0.02 0.81 0.15
HSL 58.64º 0.71% 0.51% -
HSV(B) 58.64º 0.81% 0.85% -
XYZ 53.36 63.16 11.48 -
YUV 195.47 40.83 144.07 -
System Red Green Blue C M Y K H S L
Decimal 218 214 41 0 0.02 0.81 0.15 58.64 0.71 0.51
Hex DA D6 29 0 2 51 F 3B 47 33
Octal 332 326 51 0 2 121 17 73 107 63
Binary 11011010 11010110 101001 0 10 1010001 1111 111011 1000111 110011

Color Harmonies of #DAD629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD629

Black with #DAD629

Text Example


Text Example

White with #DAD629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD629; }

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

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

background-color css

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

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

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

border-color css

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

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

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