Html Css Color HEX #D3DA3A Bitter Lemon

📋 copy color: '#D3DA3A'

red 211 ◦ green 218 ◦ blue 58

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

Shades of Bitter Lemon #D3DA3A

Tints of Bitter Lemon #D3DA3A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.76%

 BLUE value IS 58 (23.05% from 255) = 11.91%

R = 43.33%
G = 44.76%
B = 11.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D3DA3A (or 0xD3DA3A) is known color: Bitter Lemon. HEX triplet: D3, DA and 3A. RGB value is (211,218,58). Sum of RGB (Red+Green+Blue) = 211+218+58=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 58 (23.05% from 255 or 11.91% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DA3A is #2C25C5. Grayscale: #C6C6C6. Windows color (decimal): -2893254 or 3857107. OLE color: 3857107.

HSL color Cylindrical-coordinate representation of color #D3DA3A: hue angle of 62.63º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3DA3A is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 218 58 -
CMYK 0.03 0 0.73 0.15
HSL 62.63º 0.68% 0.54% -
HSV(B) 62.63º 0.73% 0.85% -
XYZ 52.7 64.3 13.64 -
YUV 197.67 49.18 137.51 -
System Red Green Blue C M Y K H S L
Decimal 211 218 58 0.03 0 0.73 0.15 62.63 0.68 0.54
Hex D3 DA 3A 3 0 49 F 3F 44 36
Octal 323 332 72 3 0 111 17 77 104 66
Binary 11010011 11011010 111010 11 0 1001001 1111 111111 1000100 110110

Color Harmonies of #D3DA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DA3A

Black with #D3DA3A

Text Example


Text Example

White with #D3DA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DA3A; }

 p { color: rgb(211,218,58); }

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

background-color css

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

 a { background-color: rgb(211,218,58); }

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

border-color css

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

 span { border-color: rgb(211,218,58); }

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