Html Css Color HEX #D2D823 Bitter Lemon

📋 copy color: '#D2D823'

red 210 ◦ green 216 ◦ blue 35

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

Shades of Bitter Lemon #D2D823

Tints of Bitter Lemon #D2D823

RGB

 RED value IS 210 (82.42% from 255) = 45.55%

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

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

R = 45.55%
G = 46.85%
B = 7.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D2D823 (or 0xD2D823) is known color: Bitter Lemon. HEX triplet: D2, D8 and 23. RGB value is (210,216,35). Sum of RGB (Red+Green+Blue) = 210+216+35=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 35 (14.06% from 255 or 7.59% from 461); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D823 is #2D27DC. Grayscale: #C2C2C2. Windows color (decimal): -2959325 or 2349266. OLE color: 2349266.

HSL color Cylindrical-coordinate representation of color #D2D823: hue angle of 61.99º 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 #D2D823 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 216 35 -
CMYK 0.03 0 0.84 0.15
HSL 61.99º 0.72% 0.49% -
HSV(B) 61.99º 0.84% 0.85% -
XYZ 51.44 62.93 11.03 -
YUV 193.57 38.51 139.72 -
System Red Green Blue C M Y K H S L
Decimal 210 216 35 0.03 0 0.84 0.15 61.99 0.72 0.49
Hex D2 D8 23 3 0 54 F 3E 48 31
Octal 322 330 43 3 0 124 17 76 110 61
Binary 11010010 11011000 100011 11 0 1010100 1111 111110 1001000 110001

Color Harmonies of #D2D823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D823

Black with #D2D823

Text Example


Text Example

White with #D2D823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D823; }

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

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

background-color css

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

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

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

border-color css

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

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

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