Html Css Color HEX #D7D52D Bitter Lemon

📋 copy color: '#D7D52D'

red 215 ◦ green 213 ◦ blue 45

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

Shades of Bitter Lemon #D7D52D

Tints of Bitter Lemon #D7D52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.51%

R = 45.45%
G = 45.03%
B = 9.51%

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

#D7D52D (or 0xD7D52D) is known color: Bitter Lemon. HEX triplet: D7, D5 and 2D. RGB value is (215,213,45). Sum of RGB (Red+Green+Blue) = 215+213+45=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D52D is #282AD2. Grayscale: #C3C3C3. Windows color (decimal): -2632403 or 3003863. OLE color: 3003863.

HSL color Cylindrical-coordinate representation of color #D7D52D: 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 #D7D52D is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 213 45 -
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.29 62.23 11.74 -
YUV 194.45 43.66 142.66 -
System Red Green Blue C M Y K H S L
Decimal 215 213 45 0 0.01 0.79 0.16 59.29 0.68 0.51
Hex D7 D5 2D 0 1 4F 10 3B 44 33
Octal 327 325 55 0 1 117 20 73 104 63
Binary 11010111 11010101 101101 0 1 1001111 10000 111011 1000100 110011

Color Harmonies of #D7D52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D52D

Black with #D7D52D

Text Example


Text Example

White with #D7D52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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