Html Css Color HEX #DAD429 Bitter Lemon

📋 copy color: '#DAD429'

red 218 ◦ green 212 ◦ blue 41

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

Shades of Bitter Lemon #DAD429

Tints of Bitter Lemon #DAD429

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.01%

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

R = 46.28%
G = 45.01%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAD429 (or 0xDAD429) is known color: Bitter Lemon. HEX triplet: DA, D4 and 29. RGB value is (218,212,41). Sum of RGB (Red+Green+Blue) = 218+212+41=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 41 (16.41% from 255 or 8.70% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD429 is #252BD6. Grayscale: #C2C2C2. Windows color (decimal): -2436055 or 2741466. OLE color: 2741466.

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

Color convert

RGB 218 212 41 -
CMYK 0 0.03 0.81 0.15
HSL 57.97º 0.71% 0.51% -
HSV(B) 57.97º 0.81% 0.85% -
XYZ 52.86 62.15 11.31 -
YUV 194.3 41.49 144.9 -
System Red Green Blue C M Y K H S L
Decimal 218 212 41 0 0.03 0.81 0.15 57.97 0.71 0.51
Hex DA D4 29 0 3 51 F 3A 47 33
Octal 332 324 51 0 3 121 17 72 107 63
Binary 11011010 11010100 101001 0 11 1010001 1111 111010 1000111 110011

Color Harmonies of #DAD429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD429

Black with #DAD429

Text Example


Text Example

White with #DAD429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD429; }

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

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

background-color css

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

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

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

border-color css

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

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

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