#DAD633

Color #DAD633 Bitter Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter Lemon #DAD633

Tints of Bitter Lemon #DAD633

Color information

#DAD633 (or 0xDAD633) is unknown color: approx Bitter Lemon. HEX triplet: DA, D6 and 33. RGB value is (218,214,51). Sum of RGB (Red+Green+Blue) = 218+214+51=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 51 (20.31% from 255 or 10.56% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD633 is #2529CC. Grayscale: #C5C5C5. Windows color (decimal): -2435533 or 3397338. OLE color: 3397338.

HSL color Cylindrical-coordinate representation of color #DAD633: hue angle of 58.56º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAD633 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB21821451-
CMYK00.020.770.15
HSL58.56º69.29%52.75%-
HSV(B)58.56º76.61%85.49%-
XYZ53.5663.2412.52-
YUV196.6145.83143.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.13%
GREEN value IS 214 (83.98% from 255) = 44.31%
BLUE value IS 51 (20.31% from 255) = 10.56%
R=45.13%
G=44.31%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182145100.020.770.1558.5669.2952.75
HexDAD633024DF3b4535
Octal3323266302115177310565
Binary1101101011010110110011010100110111111110111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD633; }

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

 H1.HeaderClassName
 {
   color: #DAD633;
 }
 .AnyTagClassName
 {
   color: #DAD633;
 }
</style>
background-color css

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

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

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

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

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

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