Html Css Color HEX #D3D825 Bitter Lemon

📋 copy color: '#D3D825'

red 211 ◦ green 216 ◦ blue 37

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

Shades of Bitter Lemon #D3D825

Tints of Bitter Lemon #D3D825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.97%

R = 45.47%
G = 46.55%
B = 7.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D3D825 (or 0xD3D825) is known color: Bitter Lemon. HEX triplet: D3, D8 and 25. RGB value is (211,216,37). Sum of RGB (Red+Green+Blue) = 211+216+37=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 37 (14.84% from 255 or 7.97% from 464); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D825 is #2C27DA. Grayscale: #C2C2C2. Windows color (decimal): -2893787 or 2480339. OLE color: 2480339.

HSL color Cylindrical-coordinate representation of color #D3D825: hue angle of 61.68º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3D825 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 216 37 -
CMYK 0.02 0 0.83 0.15
HSL 61.68º 0.71% 0.5% -
HSV(B) 61.68º 0.83% 0.85% -
XYZ 51.75 63.09 11.2 -
YUV 194.1 39.34 140.05 -
System Red Green Blue C M Y K H S L
Decimal 211 216 37 0.02 0 0.83 0.15 61.68 0.71 0.5
Hex D3 D8 25 2 0 53 F 3E 47 32
Octal 323 330 45 2 0 123 17 76 107 62
Binary 11010011 11011000 100101 10 0 1010011 1111 111110 1000111 110010

Color Harmonies of #D3D825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D825

Black with #D3D825

Text Example


Text Example

White with #D3D825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D825; }

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

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

background-color css

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

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

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

border-color css

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

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

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