Html Css Color HEX #D0DC26 Bitter Lemon

📋 copy color: '#D0DC26'

red 208 ◦ green 220 ◦ blue 38

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

Shades of Bitter Lemon #D0DC26

Tints of Bitter Lemon #D0DC26

RGB

 RED value IS 208 (81.64% from 255) = 44.64%

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

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

R = 44.64%
G = 47.21%
B = 8.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#D0DC26 (or 0xD0DC26) is known color: Bitter Lemon. HEX triplet: D0, DC and 26. RGB value is (208,220,38). Sum of RGB (Red+Green+Blue) = 208+220+38=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 38 (15.23% from 255 or 8.15% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DC26 is #2F23D9. Grayscale: #C4C4C4. Windows color (decimal): -3089370 or 2546896. OLE color: 2546896.

HSL color Cylindrical-coordinate representation of color #D0DC26: hue angle of 63.96º 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 #D0DC26 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 220 38 -
CMYK 0.05 0 0.83 0.14
HSL 63.96º 0.72% 0.51% -
HSV(B) 63.96º 0.83% 0.86% -
XYZ 51.96 64.74 11.59 -
YUV 195.66 39.02 136.8 -
System Red Green Blue C M Y K H S L
Decimal 208 220 38 0.05 0 0.83 0.14 63.96 0.72 0.51
Hex D0 DC 26 5 0 53 E 40 48 33
Octal 320 334 46 5 0 123 16 100 110 63
Binary 11010000 11011100 100110 101 0 1010011 1110 1000000 1001000 110011

Color Harmonies of #D0DC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DC26

Black with #D0DC26

Text Example


Text Example

White with #D0DC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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