Html Css Color HEX #D7D32D Bitter Lemon

📋 copy color: '#D7D32D'

red 215 ◦ green 211 ◦ blue 45

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

Shades of Bitter Lemon #D7D32D

Tints of Bitter Lemon #D7D32D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.8%

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

R = 45.65%
G = 44.8%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7D32D (or 0xD7D32D) is known color: Bitter Lemon. HEX triplet: D7, D3 and 2D. RGB value is (215,211,45). Sum of RGB (Red+Green+Blue) = 215+211+45=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D32D is #282CD2. Grayscale: #C1C1C1. Windows color (decimal): -2632915 or 3003351. OLE color: 3003351.

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

Color convert

RGB 215 211 45 -
CMYK 0 0.02 0.79 0.16
HSL 58.59º 0.68% 0.51% -
HSV(B) 58.59º 0.79% 0.84% -
XYZ 51.79 61.23 11.57 -
YUV 193.27 44.33 143.5 -
System Red Green Blue C M Y K H S L
Decimal 215 211 45 0 0.02 0.79 0.16 58.59 0.68 0.51
Hex D7 D3 2D 0 2 4F 10 3B 44 33
Octal 327 323 55 0 2 117 20 73 104 63
Binary 11010111 11010011 101101 0 10 1001111 10000 111011 1000100 110011

Color Harmonies of #D7D32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D32D

Black with #D7D32D

Text Example


Text Example

White with #D7D32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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