Html Css Color HEX #DADC32 Bitter Lemon

📋 copy color: '#DADC32'

red 218 ◦ green 220 ◦ blue 50

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

Shades of Bitter Lemon #DADC32

Tints of Bitter Lemon #DADC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.25%

R = 44.67%
G = 45.08%
B = 10.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DADC32 (or 0xDADC32) is known color: Bitter Lemon. HEX triplet: DA, DC and 32. RGB value is (218,220,50). Sum of RGB (Red+Green+Blue) = 218+220+50=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 50 (19.92% from 255 or 10.25% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC32 is #2523CD. Grayscale: #C8C8C8. Windows color (decimal): -2433998 or 3333338. OLE color: 3333338.

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

Color convert

RGB 218 220 50 -
CMYK 0.01 0 0.77 0.14
HSL 60.71º 0.71% 0.53% -
HSV(B) 60.71º 0.77% 0.86% -
XYZ 55.08 66.32 12.92 -
YUV 200.02 43.34 140.82 -
System Red Green Blue C M Y K H S L
Decimal 218 220 50 0.01 0 0.77 0.14 60.71 0.71 0.53
Hex DA DC 32 1 0 4D E 3D 47 35
Octal 332 334 62 1 0 115 16 75 107 65
Binary 11011010 11011100 110010 1 0 1001101 1110 111101 1000111 110101

Color Harmonies of #DADC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC32

Black with #DADC32

Text Example


Text Example

White with #DADC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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