Html Css Color HEX #DADC1D Bitter Lemon

📋 copy color: '#DADC1D'

red 218 ◦ green 220 ◦ blue 29

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

Shades of Bitter Lemon #DADC1D

Tints of Bitter Lemon #DADC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.21%

R = 46.68%
G = 47.11%
B = 6.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DADC1D (or 0xDADC1D) is known color: Bitter Lemon. HEX triplet: DA, DC and 1D. RGB value is (218,220,29). Sum of RGB (Red+Green+Blue) = 218+220+29=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 29 (11.72% from 255 or 6.21% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC1D is #2523E2. Grayscale: #C6C6C6. Windows color (decimal): -2434019 or 1957082. OLE color: 1957082.

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

Color convert

RGB 218 220 29 -
CMYK 0.01 0 0.87 0.14
HSL 60.63º 0.77% 0.49% -
HSV(B) 60.63º 0.87% 0.86% -
XYZ 54.73 66.18 11.05 -
YUV 197.63 32.84 142.53 -
System Red Green Blue C M Y K H S L
Decimal 218 220 29 0.01 0 0.87 0.14 60.63 0.77 0.49
Hex DA DC 1D 1 0 57 E 3D 4D 31
Octal 332 334 35 1 0 127 16 75 115 61
Binary 11011010 11011100 11101 1 0 1010111 1110 111101 1001101 110001

Color Harmonies of #DADC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC1D

Black with #DADC1D

Text Example


Text Example

White with #DADC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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