Html Css Color HEX #DAD231 Bitter Lemon

📋 copy color: '#DAD231'

red 218 ◦ green 210 ◦ blue 49

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

Shades of Bitter Lemon #DAD231

Tints of Bitter Lemon #DAD231

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.03%

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

R = 45.7%
G = 44.03%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAD231 (or 0xDAD231) is known color: Bitter Lemon. HEX triplet: DA, D2 and 31. RGB value is (218,210,49). Sum of RGB (Red+Green+Blue) = 218+210+49=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 49 (19.53% from 255 or 10.27% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD231 is #252DCE. Grayscale: #C2C2C2. Windows color (decimal): -2436559 or 3265242. OLE color: 3265242.

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

Color convert

RGB 218 210 49 -
CMYK 0 0.04 0.78 0.15
HSL 57.16º 0.7% 0.52% -
HSV(B) 57.16º 0.78% 0.85% -
XYZ 52.51 61.22 11.95 -
YUV 194.04 46.15 145.09 -
System Red Green Blue C M Y K H S L
Decimal 218 210 49 0 0.04 0.78 0.15 57.16 0.7 0.52
Hex DA D2 31 0 4 4E F 39 46 34
Octal 332 322 61 0 4 116 17 71 106 64
Binary 11011010 11010010 110001 0 100 1001110 1111 111001 1000110 110100

Color Harmonies of #DAD231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD231

Black with #DAD231

Text Example


Text Example

White with #DAD231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD231; }

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

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

background-color css

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

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

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

border-color css

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

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

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