Html Css Color HEX #DADC37 Bitter Lemon

📋 copy color: '#DADC37'

red 218 ◦ green 220 ◦ blue 55

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

Shades of Bitter Lemon #DADC37

Tints of Bitter Lemon #DADC37

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.62%

 BLUE value IS 55 (21.88% from 255) = 11.16%

R = 44.22%
G = 44.62%
B = 11.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DADC37 (or 0xDADC37) is known color: Bitter Lemon. HEX triplet: DA, DC and 37. RGB value is (218,220,55). Sum of RGB (Red+Green+Blue) = 218+220+55=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 55 (21.88% from 255 or 11.16% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC37 is #2523C8. Grayscale: #C9C9C9. Windows color (decimal): -2433993 or 3661018. OLE color: 3661018.

HSL color Cylindrical-coordinate representation of color #DADC37: hue angle of 60.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DADC37 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 220 55 -
CMYK 0.01 0 0.75 0.14
HSL 60.73º 0.7% 0.54% -
HSV(B) 60.73º 0.75% 0.86% -
XYZ 55.2 66.37 13.52 -
YUV 200.59 45.84 140.42 -
System Red Green Blue C M Y K H S L
Decimal 218 220 55 0.01 0 0.75 0.14 60.73 0.7 0.54
Hex DA DC 37 1 0 4B E 3D 46 36
Octal 332 334 67 1 0 113 16 75 106 66
Binary 11011010 11011100 110111 1 0 1001011 1110 111101 1000110 110110

Color Harmonies of #DADC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC37

Black with #DADC37

Text Example


Text Example

White with #DADC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC37; }

 p { color: rgb(218,220,55); }

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

background-color css

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

 a { background-color: rgb(218,220,55); }

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

border-color css

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

 span { border-color: rgb(218,220,55); }

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