Html Css Color HEX #DAD330 Bitter Lemon

📋 copy color: '#DAD330'

red 218 ◦ green 211 ◦ blue 48

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

Shades of Bitter Lemon #DAD330

Tints of Bitter Lemon #DAD330

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.23%

 BLUE value IS 48 (19.14% from 255) = 10.06%

R = 45.7%
G = 44.23%
B = 10.06%

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

#DAD330 (or 0xDAD330) is known color: Bitter Lemon. HEX triplet: DA, D3 and 30. RGB value is (218,211,48). Sum of RGB (Red+Green+Blue) = 218+211+48=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 48 (19.14% from 255 or 10.06% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD330 is #252CCF. Grayscale: #C3C3C3. Windows color (decimal): -2436304 or 3199962. OLE color: 3199962.

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

Color convert

RGB 218 211 48 -
CMYK 0 0.03 0.78 0.15
HSL 57.53º 0.7% 0.52% -
HSV(B) 57.53º 0.78% 0.85% -
XYZ 52.74 61.71 11.93 -
YUV 194.51 45.32 144.75 -
System Red Green Blue C M Y K H S L
Decimal 218 211 48 0 0.03 0.78 0.15 57.53 0.7 0.52
Hex DA D3 30 0 3 4E F 3A 46 34
Octal 332 323 60 0 3 116 17 72 106 64
Binary 11011010 11010011 110000 0 11 1001110 1111 111010 1000110 110100

Color Harmonies of #DAD330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD330

Black with #DAD330

Text Example


Text Example

White with #DAD330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD330; }

 p { color: rgb(218,211,48); }

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

background-color css

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

 a { background-color: rgb(218,211,48); }

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

border-color css

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

 span { border-color: rgb(218,211,48); }

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