Html Css Color HEX #D7D32C Bitter Lemon

📋 copy color: '#D7D32C'

red 215 ◦ green 211 ◦ blue 44

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

Shades of Bitter Lemon #D7D32C

Tints of Bitter Lemon #D7D32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.36%

R = 45.74%
G = 44.89%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7D32C (or 0xD7D32C) is known color: Bitter Lemon. HEX triplet: D7, D3 and 2C. RGB value is (215,211,44). Sum of RGB (Red+Green+Blue) = 215+211+44=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 44 (17.58% from 255 or 9.36% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D32C is #282CD3. Grayscale: #C1C1C1. Windows color (decimal): -2632916 or 2937815. OLE color: 2937815.

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

Color convert

RGB 215 211 44 -
CMYK 0 0.02 0.80 0.16
HSL 58.6º 0.68% 0.51% -
HSV(B) 58.6º 0.8% 0.84% -
XYZ 51.77 61.22 11.47 -
YUV 193.16 43.83 143.58 -
System Red Green Blue C M Y K H S L
Decimal 215 211 44 0 0.02 0.80 0.16 58.6 0.68 0.51
Hex D7 D3 2C 0 2 50 10 3B 44 33
Octal 327 323 54 0 2 120 20 73 104 63
Binary 11010111 11010011 101100 0 10 1010000 10000 111011 1000100 110011

Color Harmonies of #D7D32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D32C

Black with #D7D32C

Text Example


Text Example

White with #D7D32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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