Html Css Color HEX #D0D823 Bitter Lemon

📋 copy color: '#D0D823'

red 208 ◦ green 216 ◦ blue 35

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

Shades of Bitter Lemon #D0D823

Tints of Bitter Lemon #D0D823

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.06%

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

R = 45.32%
G = 47.06%
B = 7.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D0D823 (or 0xD0D823) is known color: Bitter Lemon. HEX triplet: D0, D8 and 23. RGB value is (208,216,35). Sum of RGB (Red+Green+Blue) = 208+216+35=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 35 (14.06% from 255 or 7.63% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D823 is #2F27DC. Grayscale: #C1C1C1. Windows color (decimal): -3090397 or 2349264. OLE color: 2349264.

HSL color Cylindrical-coordinate representation of color #D0D823: hue angle of 62.65º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0D823 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 216 35 -
CMYK 0.04 0 0.84 0.15
HSL 62.65º 0.72% 0.49% -
HSV(B) 62.65º 0.84% 0.85% -
XYZ 50.87 62.64 11 -
YUV 192.97 38.85 138.72 -
System Red Green Blue C M Y K H S L
Decimal 208 216 35 0.04 0 0.84 0.15 62.65 0.72 0.49
Hex D0 D8 23 4 0 54 F 3F 48 31
Octal 320 330 43 4 0 124 17 77 110 61
Binary 11010000 11011000 100011 100 0 1010100 1111 111111 1001000 110001

Color Harmonies of #D0D823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D823

Black with #D0D823

Text Example


Text Example

White with #D0D823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D823; }

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

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

background-color css

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

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

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

border-color css

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

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

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