Html Css Color HEX #D0DC23 Bitter Lemon

📋 copy color: '#D0DC23'

red 208 ◦ green 220 ◦ blue 35

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

Shades of Bitter Lemon #D0DC23

Tints of Bitter Lemon #D0DC23

RGB

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

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

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

R = 44.92%
G = 47.52%
B = 7.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#D0DC23 (or 0xD0DC23) is known color: Bitter Lemon. HEX triplet: D0, DC and 23. RGB value is (208,220,35). Sum of RGB (Red+Green+Blue) = 208+220+35=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 35 (14.06% from 255 or 7.56% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DC23 is #2F23DC. Grayscale: #C4C4C4. Windows color (decimal): -3089373 or 2350288. OLE color: 2350288.

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

Color convert

RGB 208 220 35 -
CMYK 0.05 0 0.84 0.14
HSL 63.89º 0.73% 0.5% -
HSV(B) 63.89º 0.84% 0.86% -
XYZ 51.91 64.72 11.35 -
YUV 195.32 37.52 137.04 -
System Red Green Blue C M Y K H S L
Decimal 208 220 35 0.05 0 0.84 0.14 63.89 0.73 0.5
Hex D0 DC 23 5 0 54 E 40 49 32
Octal 320 334 43 5 0 124 16 100 111 62
Binary 11010000 11011100 100011 101 0 1010100 1110 1000000 1001001 110010

Color Harmonies of #D0DC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DC23

Black with #D0DC23

Text Example


Text Example

White with #D0DC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DC23; }

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

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

background-color css

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

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

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

border-color css

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

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

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