Html Css Color HEX #DCDA26 Bitter Lemon

📋 copy color: '#DCDA26'

red 220 ◦ green 218 ◦ blue 38

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

Shades of Bitter Lemon #DCDA26

Tints of Bitter Lemon #DCDA26

RGB

 RED value IS 220 (86.33% from 255) = 46.22%

 GREEN value IS 218 (85.55% from 255) = 45.8%

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

R = 46.22%
G = 45.8%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCDA26 (or 0xDCDA26) is known color: Bitter Lemon. HEX triplet: DC, DA and 26. RGB value is (220,218,38). Sum of RGB (Red+Green+Blue) = 220+218+38=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 38 (15.23% from 255 or 7.98% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA26 is #2325D9. Grayscale: #C6C6C6. Windows color (decimal): -2303450 or 2546396. OLE color: 2546396.

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

Color convert

RGB 220 218 38 -
CMYK 0 0.01 0.83 0.14
HSL 59.34º 0.72% 0.51% -
HSV(B) 59.34º 0.83% 0.86% -
XYZ 54.94 65.5 11.58 -
YUV 198.08 37.66 143.64 -
System Red Green Blue C M Y K H S L
Decimal 220 218 38 0 0.01 0.83 0.14 59.34 0.72 0.51
Hex DC DA 26 0 1 53 E 3B 48 33
Octal 334 332 46 0 1 123 16 73 110 63
Binary 11011100 11011010 100110 0 1 1010011 1110 111011 1001000 110011

Color Harmonies of #DCDA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA26

Black with #DCDA26

Text Example


Text Example

White with #DCDA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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