Html Css Color HEX #DAD431 Bitter Lemon

📋 copy color: '#DAD431'

red 218 ◦ green 212 ◦ blue 49

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

Shades of Bitter Lemon #DAD431

Tints of Bitter Lemon #DAD431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.23%

R = 45.51%
G = 44.26%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAD431 (or 0xDAD431) is known color: Bitter Lemon. HEX triplet: DA, D4 and 31. RGB value is (218,212,49). Sum of RGB (Red+Green+Blue) = 218+212+49=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 49 (19.53% from 255 or 10.23% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD431 is #252BCE. Grayscale: #C3C3C3. Windows color (decimal): -2436047 or 3265754. OLE color: 3265754.

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

Color convert

RGB 218 212 49 -
CMYK 0 0.03 0.78 0.15
HSL 57.87º 0.7% 0.52% -
HSV(B) 57.87º 0.78% 0.85% -
XYZ 53.01 62.21 12.12 -
YUV 195.21 45.49 144.25 -
System Red Green Blue C M Y K H S L
Decimal 218 212 49 0 0.03 0.78 0.15 57.87 0.7 0.52
Hex DA D4 31 0 3 4E F 3A 46 34
Octal 332 324 61 0 3 116 17 72 106 64
Binary 11011010 11010100 110001 0 11 1001110 1111 111010 1000110 110100

Color Harmonies of #DAD431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD431

Black with #DAD431

Text Example


Text Example

White with #DAD431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD431; }

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

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

background-color css

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

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

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

border-color css

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

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

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