Html Css Color HEX #D3D72F Bitter Lemon

📋 copy color: '#D3D72F'

red 211 ◦ green 215 ◦ blue 47

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

Shades of Bitter Lemon #D3D72F

Tints of Bitter Lemon #D3D72F

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

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

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

Color convert

RGB 211 215 47 -
CMYK 0.02 0 0.78 0.16
HSL 61.43º 0.68% 0.51% -
HSV(B) 61.43º 0.78% 0.84% -
XYZ 51.68 62.66 12.06 -
YUV 194.65 44.67 139.66 -
System Red Green Blue C M Y K H S L
Decimal 211 215 47 0.02 0 0.78 0.16 61.43 0.68 0.51
Hex D3 D7 2F 2 0 4E 10 3D 44 33
Octal 323 327 57 2 0 116 20 75 104 63
Binary 11010011 11010111 101111 10 0 1001110 10000 111101 1000100 110011

Color Harmonies of #D3D72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D72F

Black with #D3D72F

Text Example


Text Example

White with #D3D72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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