Html Css Color HEX #D7D228 Bitter Lemon

📋 copy color: '#D7D228'

red 215 ◦ green 210 ◦ blue 40

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

Shades of Bitter Lemon #D7D228

Tints of Bitter Lemon #D7D228

RGB

 RED value IS 215 (84.38% from 255) = 46.24%

 GREEN value IS 210 (82.42% from 255) = 45.16%

 BLUE value IS 40 (16.02% from 255) = 8.6%

R = 46.24%
G = 45.16%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D7D228 (or 0xD7D228) is known color: Bitter Lemon. HEX triplet: D7, D2 and 28. RGB value is (215,210,40). Sum of RGB (Red+Green+Blue) = 215+210+40=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 40 (16.02% from 255 or 8.60% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D228 is #282DD7. Grayscale: #C0C0C0. Windows color (decimal): -2633176 or 2675415. OLE color: 2675415.

HSL color Cylindrical-coordinate representation of color #D7D228: hue angle of 58.29º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7D228 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 210 40 -
CMYK 0 0.02 0.81 0.16
HSL 58.29º 0.69% 0.5% -
HSV(B) 58.29º 0.81% 0.84% -
XYZ 51.45 60.69 11.01 -
YUV 192.12 42.16 144.32 -
System Red Green Blue C M Y K H S L
Decimal 215 210 40 0 0.02 0.81 0.16 58.29 0.69 0.5
Hex D7 D2 28 0 2 51 10 3A 45 32
Octal 327 322 50 0 2 121 20 72 105 62
Binary 11010111 11010010 101000 0 10 1010001 10000 111010 1000101 110010

Color Harmonies of #D7D228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D228

Black with #D7D228

Text Example


Text Example

White with #D7D228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D228; }

 p { color: rgb(215,210,40); }

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

background-color css

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

 a { background-color: rgb(215,210,40); }

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

border-color css

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

 span { border-color: rgb(215,210,40); }

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