Html Css Color HEX #D3D02F Bitter Lemon

📋 copy color: '#D3D02F'

red 211 ◦ green 208 ◦ blue 47

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

Shades of Bitter Lemon #D3D02F

Tints of Bitter Lemon #D3D02F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.64%

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

R = 45.28%
G = 44.64%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3D02F (or 0xD3D02F) is known color: Bitter Lemon. HEX triplet: D3, D0 and 2F. RGB value is (211,208,47). Sum of RGB (Red+Green+Blue) = 211+208+47=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D02F is #2C2FD0. Grayscale: #BFBFBF. Windows color (decimal): -2895825 or 3133651. OLE color: 3133651.

HSL color Cylindrical-coordinate representation of color #D3D02F: hue angle of 58.9º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3D02F is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 208 47 -
CMYK 0 0.01 0.78 0.17
HSL 58.9º 0.65% 0.51% -
HSV(B) 58.9º 0.78% 0.83% -
XYZ 49.93 59.17 11.48 -
YUV 190.54 46.99 142.59 -
System Red Green Blue C M Y K H S L
Decimal 211 208 47 0 0.01 0.78 0.17 58.9 0.65 0.51
Hex D3 D0 2F 0 1 4E 11 3B 41 33
Octal 323 320 57 0 1 116 21 73 101 63
Binary 11010011 11010000 101111 0 1 1001110 10001 111011 1000001 110011

Color Harmonies of #D3D02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D02F

Black with #D3D02F

Text Example


Text Example

White with #D3D02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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