Html Css Color HEX #D7D52E Bitter Lemon

📋 copy color: '#D7D52E'

red 215 ◦ green 213 ◦ blue 46

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

Shades of Bitter Lemon #D7D52E

Tints of Bitter Lemon #D7D52E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.94%

 BLUE value IS 46 (18.36% from 255) = 9.7%

R = 45.36%
G = 44.94%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7D52E (or 0xD7D52E) is known color: Bitter Lemon. HEX triplet: D7, D5 and 2E. RGB value is (215,213,46). Sum of RGB (Red+Green+Blue) = 215+213+46=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 46 (18.36% from 255 or 9.70% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D52E is #282AD1. Grayscale: #C3C3C3. Windows color (decimal): -2632402 or 3069399. OLE color: 3069399.

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

Color convert

RGB 215 213 46 -
CMYK 0 0.01 0.79 0.16
HSL 59.29º 0.68% 0.51% -
HSV(B) 59.29º 0.79% 0.84% -
XYZ 52.31 62.23 11.84 -
YUV 194.56 44.16 142.58 -
System Red Green Blue C M Y K H S L
Decimal 215 213 46 0 0.01 0.79 0.16 59.29 0.68 0.51
Hex D7 D5 2E 0 1 4F 10 3B 44 33
Octal 327 325 56 0 1 117 20 73 104 63
Binary 11010111 11010101 101110 0 1 1001111 10000 111011 1000100 110011

Color Harmonies of #D7D52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D52E

Black with #D7D52E

Text Example


Text Example

White with #D7D52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D52E; }

 p { color: rgb(215,213,46); }

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

background-color css

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

 a { background-color: rgb(215,213,46); }

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

border-color css

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

 span { border-color: rgb(215,213,46); }

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