Html Css Color HEX #DADC2B Bitter Lemon

📋 copy color: '#DADC2B'

red 218 ◦ green 220 ◦ blue 43

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

Shades of Bitter Lemon #DADC2B

Tints of Bitter Lemon #DADC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.94%

R = 45.32%
G = 45.74%
B = 8.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DADC2B (or 0xDADC2B) is known color: Bitter Lemon. HEX triplet: DA, DC and 2B. RGB value is (218,220,43). Sum of RGB (Red+Green+Blue) = 218+220+43=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 43 (17.19% from 255 or 8.94% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC2B is #2523D4. Grayscale: #C7C7C7. Windows color (decimal): -2434005 or 2874586. OLE color: 2874586.

HSL color Cylindrical-coordinate representation of color #DADC2B: hue angle of 60.68º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DADC2B is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 220 43 -
CMYK 0.01 0 0.80 0.14
HSL 60.68º 0.72% 0.52% -
HSV(B) 60.68º 0.8% 0.86% -
XYZ 54.94 66.27 12.18 -
YUV 199.22 39.84 141.39 -
System Red Green Blue C M Y K H S L
Decimal 218 220 43 0.01 0 0.80 0.14 60.68 0.72 0.52
Hex DA DC 2B 1 0 50 E 3D 48 34
Octal 332 334 53 1 0 120 16 75 110 64
Binary 11011010 11011100 101011 1 0 1010000 1110 111101 1001000 110100

Color Harmonies of #DADC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC2B

Black with #DADC2B

Text Example


Text Example

White with #DADC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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