Html Css Color HEX #D6D825 Bitter Lemon

📋 copy color: '#D6D825'

red 214 ◦ green 216 ◦ blue 37

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

Shades of Bitter Lemon #D6D825

Tints of Bitter Lemon #D6D825

RGB

 RED value IS 214 (83.98% from 255) = 45.82%

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

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

R = 45.82%
G = 46.25%
B = 7.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D6D825 (or 0xD6D825) is known color: Bitter Lemon. HEX triplet: D6, D8 and 25. RGB value is (214,216,37). Sum of RGB (Red+Green+Blue) = 214+216+37=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 37 (14.84% from 255 or 7.92% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D825 is #2927DA. Grayscale: #C3C3C3. Windows color (decimal): -2697179 or 2480342. OLE color: 2480342.

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

Color convert

RGB 214 216 37 -
CMYK 0.01 0 0.83 0.15
HSL 60.67º 0.71% 0.5% -
HSV(B) 60.67º 0.83% 0.85% -
XYZ 52.62 63.54 11.24 -
YUV 195 38.84 141.55 -
System Red Green Blue C M Y K H S L
Decimal 214 216 37 0.01 0 0.83 0.15 60.67 0.71 0.5
Hex D6 D8 25 1 0 53 F 3D 47 32
Octal 326 330 45 1 0 123 17 75 107 62
Binary 11010110 11011000 100101 1 0 1010011 1111 111101 1000111 110010

Color Harmonies of #D6D825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D825

Black with #D6D825

Text Example


Text Example

White with #D6D825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D825; }

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

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

background-color css

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

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

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

border-color css

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

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

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