Html Css Color HEX #D3D227 Bitter Lemon

📋 copy color: '#D3D227'

red 211 ◦ green 210 ◦ blue 39

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

Shades of Bitter Lemon #D3D227

Tints of Bitter Lemon #D3D227

RGB

 RED value IS 211 (82.81% from 255) = 45.87%

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

 BLUE value IS 39 (15.63% from 255) = 8.48%

R = 45.87%
G = 45.65%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D3D227 (or 0xD3D227) is known color: Bitter Lemon. HEX triplet: D3, D2 and 27. RGB value is (211,210,39). Sum of RGB (Red+Green+Blue) = 211+210+39=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 39 (15.62% from 255 or 8.48% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D227 is #2C2DD8. Grayscale: #BFBFBF. Windows color (decimal): -2895321 or 2609875. OLE color: 2609875.

HSL color Cylindrical-coordinate representation of color #D3D227: hue angle of 59.65º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3D227 is Cyan = 0, Magento = 0.00, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 210 39 -
CMYK 0 0.00 0.82 0.17
HSL 59.65º 0.69% 0.49% -
HSV(B) 59.65º 0.82% 0.83% -
XYZ 50.28 60.09 10.87 -
YUV 190.81 42.33 142.4 -
System Red Green Blue C M Y K H S L
Decimal 211 210 39 0 0.00 0.82 0.17 59.65 0.69 0.49
Hex D3 D2 27 0 0 52 11 3C 45 31
Octal 323 322 47 0 0 122 21 74 105 61
Binary 11010011 11010010 100111 0 0 1010010 10001 111100 1000101 110001

Color Harmonies of #D3D227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D227

Black with #D3D227

Text Example


Text Example

White with #D3D227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D227; }

 p { color: rgb(211,210,39); }

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

background-color css

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

 a { background-color: rgb(211,210,39); }

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

border-color css

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

 span { border-color: rgb(211,210,39); }

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