#D3D625

Color #D3D625 Bitter Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter Lemon #D3D625

Tints of Bitter Lemon #D3D625

Color information

#D3D625 (or 0xD3D625) is unknown color: approx Bitter Lemon. HEX triplet: D3, D6 and 25. RGB value is (211,214,37). Sum of RGB (Red+Green+Blue) = 211+214+37=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 37 (14.84% from 255 or 8.01% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D625 is #2C29DA. Grayscale: #C1C1C1. Windows color (decimal): -2894299 or 2479827. OLE color: 2479827.

HSL color Cylindrical-coordinate representation of color #D3D625: hue angle of 61.02º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3D625 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB21121437-
CMYK0.0100.830.16
HSL61.02º70.52%49.22%-
HSV(B)61.02º82.71%83.92%-
XYZ51.2462.0811.03-
YUV192.9240.01140.89-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.67%
GREEN value IS 214 (83.98% from 255) = 46.32%
BLUE value IS 37 (14.84% from 255) = 8.01%
R=45.67%
G=46.32%
B=8.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal211214370.0100.830.1661.0270.5249.22
HexD3D6251053103d4731
Octal3233264510123207510761
Binary1101001111010110100101101010011100001111011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D625; }

 p { color: rgb(211,214,37); }

 H1.HeaderClassName
 {
   color: #D3D625;
 }
 .AnyTagClassName
 {
   color: #D3D625;
 }
</style>
background-color css

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

 a { background-color: rgb(211,214,37); }

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

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

 span { border-color: rgb(211,214,37); }

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