Html Css Color HEX #D7D32F Bitter Lemon

📋 copy color: '#D7D32F'

red 215 ◦ green 211 ◦ blue 47

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

Shades of Bitter Lemon #D7D32F

Tints of Bitter Lemon #D7D32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.94%

R = 45.45%
G = 44.61%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7D32F (or 0xD7D32F) is known color: Bitter Lemon. HEX triplet: D7, D3 and 2F. RGB value is (215,211,47). Sum of RGB (Red+Green+Blue) = 215+211+47=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 47 (18.75% from 255 or 9.94% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D32F is #282CD0. Grayscale: #C2C2C2. Windows color (decimal): -2632913 or 3134423. OLE color: 3134423.

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

Color convert

RGB 215 211 47 -
CMYK 0 0.02 0.78 0.16
HSL 58.57º 0.68% 0.51% -
HSV(B) 58.57º 0.78% 0.84% -
XYZ 51.83 61.24 11.78 -
YUV 193.5 45.33 143.34 -
System Red Green Blue C M Y K H S L
Decimal 215 211 47 0 0.02 0.78 0.16 58.57 0.68 0.51
Hex D7 D3 2F 0 2 4E 10 3B 44 33
Octal 327 323 57 0 2 116 20 73 104 63
Binary 11010111 11010011 101111 0 10 1001110 10000 111011 1000100 110011

Color Harmonies of #D7D32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D32F

Black with #D7D32F

Text Example


Text Example

White with #D7D32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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