Html Css Color HEX #DADD23 Bitter Lemon

📋 copy color: '#DADD23'

red 218 ◦ green 221 ◦ blue 35

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

Shades of Bitter Lemon #DADD23

Tints of Bitter Lemon #DADD23

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.62%

 BLUE value IS 35 (14.06% from 255) = 7.38%

R = 45.99%
G = 46.62%
B = 7.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DADD23 (or 0xDADD23) is known color: Bitter Lemon. HEX triplet: DA, DD and 23. RGB value is (218,221,35). Sum of RGB (Red+Green+Blue) = 218+221+35=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 35 (14.06% from 255 or 7.38% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD23 is #2522DC. Grayscale: #C7C7C7. Windows color (decimal): -2433757 or 2350554. OLE color: 2350554.

HSL color Cylindrical-coordinate representation of color #DADD23: hue angle of 60.97º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DADD23 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 221 35 -
CMYK 0.01 0 0.84 0.13
HSL 60.97º 0.73% 0.5% -
HSV(B) 60.97º 0.84% 0.87% -
XYZ 55.07 66.74 11.57 -
YUV 198.9 35.51 141.62 -
System Red Green Blue C M Y K H S L
Decimal 218 221 35 0.01 0 0.84 0.13 60.97 0.73 0.5
Hex DA DD 23 1 0 54 D 3D 49 32
Octal 332 335 43 1 0 124 15 75 111 62
Binary 11011010 11011101 100011 1 0 1010100 1101 111101 1001001 110010

Color Harmonies of #DADD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD23

Black with #DADD23

Text Example


Text Example

White with #DADD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD23; }

 p { color: rgb(218,221,35); }

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

background-color css

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

 a { background-color: rgb(218,221,35); }

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

border-color css

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

 span { border-color: rgb(218,221,35); }

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