Html Css Color HEX #D0D82B Bitter Lemon

📋 copy color: '#D0D82B'

red 208 ◦ green 216 ◦ blue 43

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

Shades of Bitter Lemon #D0D82B

Tints of Bitter Lemon #D0D82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.21%

R = 44.54%
G = 46.25%
B = 9.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D0D82B (or 0xD0D82B) is known color: Bitter Lemon. HEX triplet: D0, D8 and 2B. RGB value is (208,216,43). Sum of RGB (Red+Green+Blue) = 208+216+43=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 43 (17.19% from 255 or 9.21% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D82B is #2F27D4. Grayscale: #C2C2C2. Windows color (decimal): -3090389 or 2873552. OLE color: 2873552.

HSL color Cylindrical-coordinate representation of color #D0D82B: hue angle of 62.77º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0D82B is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 216 43 -
CMYK 0.04 0 0.80 0.15
HSL 62.77º 0.69% 0.51% -
HSV(B) 62.77º 0.8% 0.85% -
XYZ 51 62.7 11.7 -
YUV 193.89 42.85 138.07 -
System Red Green Blue C M Y K H S L
Decimal 208 216 43 0.04 0 0.80 0.15 62.77 0.69 0.51
Hex D0 D8 2B 4 0 50 F 3F 45 33
Octal 320 330 53 4 0 120 17 77 105 63
Binary 11010000 11011000 101011 100 0 1010000 1111 111111 1000101 110011

Color Harmonies of #D0D82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D82B

Black with #D0D82B

Text Example


Text Example

White with #D0D82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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