Html Css Color HEX #DADD26 Bitter Lemon

📋 copy color: '#DADD26'

red 218 ◦ green 221 ◦ blue 38

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

Shades of Bitter Lemon #DADD26

Tints of Bitter Lemon #DADD26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.97%

R = 45.7%
G = 46.33%
B = 7.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DADD26 (or 0xDADD26) is known color: Bitter Lemon. HEX triplet: DA, DD and 26. RGB value is (218,221,38). Sum of RGB (Red+Green+Blue) = 218+221+38=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 38 (15.23% from 255 or 7.97% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD26 is #2522D9. Grayscale: #C7C7C7. Windows color (decimal): -2433754 or 2547162. OLE color: 2547162.

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

Color convert

RGB 218 221 38 -
CMYK 0.01 0 0.83 0.13
HSL 60.98º 0.73% 0.51% -
HSV(B) 60.98º 0.83% 0.87% -
XYZ 55.12 66.76 11.81 -
YUV 199.24 37.01 141.38 -
System Red Green Blue C M Y K H S L
Decimal 218 221 38 0.01 0 0.83 0.13 60.98 0.73 0.51
Hex DA DD 26 1 0 53 D 3D 49 33
Octal 332 335 46 1 0 123 15 75 111 63
Binary 11011010 11011101 100110 1 0 1010011 1101 111101 1001001 110011

Color Harmonies of #DADD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD26

Black with #DADD26

Text Example


Text Example

White with #DADD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD26; }

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

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

background-color css

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

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

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

border-color css

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

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

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